How many view state can be hold by a aspx page ?

Answers were Sorted based on User's Feedback



How many view state can be hold by a aspx page ?..

Answer / 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

How many view state can be hold by a aspx page ?..

Answer / pavan singh

on the page_load we can increment the objecy and find it

Is This Answer Correct ?    4 Yes 6 No

How many view state can be hold by a aspx page ?..

Answer / leoiser

A page have only one viewstate object

Is This Answer Correct ?    2 Yes 16 No

Post New Answer

More ASP.NET Interview Questions

How do you register JavaScript for webcontrols ?

1 Answers  


Where is asp.net session stored?

0 Answers  


What is .NetFramework?

1 Answers   Syntel,


Where you store Connection string in "Web.Config" file in ASP.NET?

0 Answers   Sans Pareil IT Services,


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  






What is strong-typing versus weak-typing?

0 Answers  


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  


What is the difference between page-level caching and fragment caching?

0 Answers  


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


Categories