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 |
In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 Answers Syntax Softtech, TCS,
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is advantage of viewstate and what are benefits ?
how many character send in one sms forget 160limit and think about gateway allowed
About the Usage of htmlencode and urlencode ?
What are the new page events added in Asp.net 2.0 ?
In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
What are server activated objects?
Is data can be edited in the Repeater control?
What is the difference between application and cache variables?
What is cross page posting in asp net?
How to authenticate users using web.config ?