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
Explain asp.net page life cycle?
What is the purpose of asp.net?
How many web.config files can I have in an application?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain about the .NET framework?
What are the new web part controls in asp.net 2.0 ?
What is the web.config file in asp?
What is meant by server side scripting?
How do you secure your connection string information?
Differentiate globalization and localization.
Describe how to implement globalization and localization in the use interface in .net.
What is an asp.net web form?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Define web services in asp.net.
What is the purpose of using MVC programming pattern in ASP.NET?