can we store textbox and com components in viewstate?
Answers were Sorted based on User's Feedback
Answer / swetha
Yes, We can store Values of TextBox in ViewState.
I am not sure about the com components
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / karthik
We can store values of textbox by using Enableviewstate=true
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rudra prasad roy
System.Web.UI.Controls are not marked as serializable .
And Viewstate can hold object but that should be Serialize.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of using session?
What is owin authentication?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
write a sample code make use of xmltext writer
If there are two web.config files in a application which config files will get priority?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
How do you store a value in viewstate and retrieve them?
How do you create a master page?
How can we register exception filter globally?
Can I have a unique key as foreign key?
What is the difference between User Controls and Master Pages
22 Answers Deloitte, IBM, IntraLogic, Markit, TCS,
Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)