Click here to Skip to main content
15,914,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: To format infragistics calendar control Pin
priyagee22-May-09 19:59
priyagee22-May-09 19:59 
QuestionRe-read from database or store in a session variable? Pin
Jay Royall21-May-09 23:20
Jay Royall21-May-09 23:20 
AnswerRe: Re-read from database or store in a session variable? Pin
padmanabhan N21-May-09 23:37
padmanabhan N21-May-09 23:37 
AnswerRe: Re-read from database or store in a session variable? Pin
Anil Chauhan21-May-09 23:39
Anil Chauhan21-May-09 23:39 
QuestionNeed Help While Creting Websteup Project Pin
kinnuP21-May-09 21:08
kinnuP21-May-09 21:08 
QuestionAjax TabContainer Pin
sirisha guttikonda21-May-09 20:54
sirisha guttikonda21-May-09 20:54 
AnswerRe: Ajax TabContainer Pin
N a v a n e e t h21-May-09 22:02
N a v a n e e t h21-May-09 22:02 
QuestionAutoPostback Problem on the Grid [modified] Pin
Vimalsoft(Pty) Ltd21-May-09 20:51
professionalVimalsoft(Pty) Ltd21-May-09 20:51 
Good Afternoon All

For you to help me and understand my problem, i will have to explain everything in details.

I have a usercontrol with a textbox. This textbox changes the values so am trapping the values on textchange and that is cool and working. I have set the textbox property to "Autopostback="true" in the usercontrol.

I have a Ultrawebgrid(Infragistics gridview version) on my Asp.net host page and now when the value of the textbox that i have trapped on textchange event changes, i want to bind the grid. I have method that is doing that , taking the value on textchange and assigning it method and the method will bind the Grid based on the value. Now to be safe i have exposed the propert of the textbox "Autopostback" from the usercontrol like this

public bool
 TextBoxAutoPostBack

{


get
 {


return
 txtbxActvs.AutoPostBack;

}


set

{

txtbxActvs.AutoPostBack = 

value
;


and on the host page i have made it true like this

<uc1:ActivityCtrl ID="ActivityCtrl1" runat="server" TextBoxAutoPostBack=true ActivityViewMode="Staff" KeepApart="false" OnLoad="ActivityCtrl1_Load" EnableViewState="true" />


And Here is the Photo to Explains what is happening


http://www.vbforums.com/attachment.php?attachmentid=71120&stc=1&d=1242993182[^]

Thanks

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

modified on Friday, May 22, 2009 8:13 AM

QuestionWant to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 20:16
CrazyCoder2621-May-09 20:16 
AnswerRe: Want to prevent delete and backspace keys Pin
ais0721-May-09 21:26
ais0721-May-09 21:26 
GeneralRe: Want to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 22:43
CrazyCoder2621-May-09 22:43 
AnswerRe: Want to prevent delete and backspace keys Pin
Ramesh Swaminathan22-May-09 3:24
Ramesh Swaminathan22-May-09 3:24 
QuestionDetail View Pin
hahii21-May-09 19:25
hahii21-May-09 19:25 
AnswerRe: Detail View Pin
Sneha Bisht21-May-09 19:32
Sneha Bisht21-May-09 19:32 
QuestionHow can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:21
anish27patel21-May-09 19:21 
AnswerRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 19:30
MiDo_RoMa21-May-09 19:30 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:55
anish27patel21-May-09 19:55 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 20:03
MiDo_RoMa21-May-09 20:03 
QuestionHow to redirect to my Home page in asp.net2.0? Pin
Subin Alex21-May-09 18:41
Subin Alex21-May-09 18:41 
AnswerRe: How to redirect to my Home page in asp.net2.0? Pin
Baran M21-May-09 19:07
Baran M21-May-09 19:07 
Questionin My C# integer value not show integer Value it showing hexa value.? Pin
Piyush Vardhan Singh21-May-09 18:19
Piyush Vardhan Singh21-May-09 18:19 
GeneralRe: in My C# integer value not show integer Value it showing hexa value.? Pin
padmanabhan N21-May-09 18:52
padmanabhan N21-May-09 18:52 
AnswerRe: in My C# integer value not show integer Value it showing hexa value.? Pin
Ramesh Swaminathan21-May-09 19:22
Ramesh Swaminathan21-May-09 19:22 
GeneralRe: in My C# integer value not show integer Value it showing hexa value.? Pin
Piyush Vardhan Singh21-May-09 20:37
Piyush Vardhan Singh21-May-09 20:37 
Questionhow to add a web reference by code ? Pin
MiDo_RoMa21-May-09 14:13
MiDo_RoMa21-May-09 14:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.