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 |
Which class provides methods that can be used to manage role membership to be used in user authorization?
What is the use of directives & explain with example?
Whats the use of @ Register directives ?
what is the difference between assemblyinfo and webconfig files?
How will you do Redo and Undo in a TextControl?
Securitywise What are the Enhancements in 2.0?
What is server side routing?
Which template must you provide, in order to display data in a Repeater control?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
What is the main function of razor in asp.net? : asp.net mvc
Why cyclomatic complexity is important?