can we store textbox and com components in viewstate?
Answer Posted / 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 |
Post New Answer View All Answers
Which dll handles the request of .aspx page?
Where is http session stored?
What is the used of "ispostback" property?
Which method do you use to kill explicitly a users session?
Explain asp.net web forms.
Where is asp.net view state stored?
What are session state modes in asp.net?
Which method is used to force all the validation controls to run?
Define web.config in .net?
Explain the disadvantages of viewstate?
Describe the application event handlers in ASP.NET?
How many types of cookies are there in asp.net?
Where is the view state data stored?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc