if you disable view state of a textbox will it maintain
data during postbacks.if yes reason

Answer Posted / sam

Yes. It maintain the data during postbacks.

Reason:Form controls, such as TextBox, retain their values
between posts even when view state is disabled. The values
of these controls do not need to be preserved in the
VIEWSTATE hidden form field because they are actually being
submitted to the server on each form post.

Is This Answer Correct ?    52 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how viewstate is being formed?

540


What is role-based security in asp.net?

519


Explain what the contents of cookie?

590


Explain the difference between asp and asp.net?

508


Explain the use of errorprovider control in .net?

510






Is post back property in asp net?

522


Does web services support data reader like pom project?

526


3. What goals do you have in your career?

1420


What does mean by a neutral culture?

594


What does the orientation property do in a menu control?

531


What is the parent class of all the web server control?

483


Can you dynamically assign a Master Page?

584


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1545


Why do we need Sessions?

578


What is server infrastructure?

613