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
How can we prevent browser from caching an aspx page?
What is the difference between the response.write() and response.output.write() methods?
Can the dictionary object be created in client?s scope ?
Do session use cookies in asp net?
What is DataGrid wheater its a Server Control or something else ?
Is redux flux?
What is ispostback method in asp.net?
What is syntax code to send email from an asp.net application?
What are sharepoint pages?
List the types of authentication supported by asp.net?
A web service can only be written in .net? State whether true or false.
Explain asp.net web forms.
What is simple data binding?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Describe the .net base class library.