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

On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


Disable Session State at the Page Level

1 Answers  


i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


What is a SESSION and APPLICATION object?

0 Answers  






How long should a session id be?

0 Answers  


Can you explain the basic use of dataview?

0 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


How does a web application session work?

0 Answers  


When maintaining session through sql server, what is the impact of read and write operation on session objects?

0 Answers  


how can i call output parameters from ado.net

3 Answers   TCS,


What is ViewState ? and how it is managed ?

1 Answers  


Categories