can we store textbox and com components in viewstate?
Answer Posted / 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 |
Post New Answer View All Answers
What is the request flow used for asp.net mvc framework? : asp.net mvc
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Explain different types of Caching techniques in ASP.NET?
How you can stop the validation of ASP.NET controls from client side?
Is asp.net and .net same?
What does asp.net stand for?
Is asp.net a language?
How does the cookies work in asp.net?
What is asp short for?
What is css and what is it used for?
What is the difference between custom web user control and a custom web server control?
Why is the standalone environment only useful during the development process?
Is web config mandatory?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What do you mean by View State and what is its role?