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
Can we create a multiple user simultaneously ?
What is the purpose of using MVC programming pattern in ASP.NET?
Define transparent caching with aop?
How would ASP and ASP.NET applications run at the same time on the same server?
What is the concept of postback in asp.net?
Why do we use asp.net?
What is difference Between Authentication and authorization?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
In which situation can you not use a viewstate?
Difference between Response.redirect vs server.transfer?
What do you mean by serialize?
What is asp.net with mvc? : Asp.Net MVC
What is session mode in asp.net?
What is the difference between globalization and localization?