can we store textbox and com components in viewstate?
Answer Posted / srikanth
We can store the value of the textbox, but cannot store
the textbox itself. Because viewstate can't hold the object
we can't store COM component as well.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is caching in asp.net?
What are the navigation ways between pages available in ASP.NET?
How do active server pages work?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Can you explain architecture of your project ?
What is custom events?
In asp.net, how can you validate drop down box?
What are the versions of garbage collection?
What is a multilingual website?
What is asp.net mvc5? : Asp.Net MVC
what is AutoEventWireUp and what is the use of This property explain in details?
Can any body provide me the sample web application in asp.net
Which method is used to force all the validation controls to run?
What is the difference between server-side scripting and client-side scripting?
How do you declare static variable? What is its lifetime?