How many view state can be hold by a aspx page ?
Answer Posted / leoiser
sorry..there is no limitation on viewstate object.as many
as we can.But the page performance(loading & all) will be
slow.please ignore above answer..
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is cookieless session id explain in brief?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Can you explain autopostback?
In ViewState How much lifespan items stored?
How to prevent client side validation from the ASP.NET validation controls?
What is full trust in asp.net?
How can we call webservices in Banking Applications? and where we are using it?
What is session mode in asp.net?
Can you explain one critical mapping?
What permissions do asp.net applications posses by default?
What are the events that happen when a client requests an asp.net page from iis server?
Difference between response.redirect and server.transfer?
Explain client-side scripting?
Define static function?