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 |
Where can we set the specific variables for a application and Session objects ?
How to use ipostback?
How will you load dynamic assembly?
how to get modified rows from Dataset
Which is the best institute for ASP.NET?
8 Answers ABC Infotech, Tech Mahindra,
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
What are the differences between application object and session object?
Define ViewState and how can it be used?
What are the major differences between asp.net1.1 and asp.net 2.0?
8 Answers CTS, Deloitte, Mphasis, Vison,
What is source control?How to use in asp.net?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Why we use content place holder in asp.net?