if i have a web page, and after the postback i dont to
maintain the viewstate. How can we maintain in web
application?

Answers were Sorted based on User's Feedback



if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain..

Answer / sharifuddin

Hi monika, Hope it is wrong? can you check once.
Because, post back in the sence giving back to that same
page. here we czn maintain enable viewstate=false at page
directive of that perticular page.

any one, if it is wrong can you reply me to
mee.sharif@gmail.com

Is This Answer Correct ?    9 Yes 0 No

if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain..

Answer / prawin

Yes..You an set eneableViewstate=false in page level (for single) page or application level (using web.config) for NOT maintaining the viewstate

Thanks
Prawin

Is This Answer Correct ?    2 Yes 0 No

if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain..

Answer / gv

Application automaticaly maintain using control state,
it can not be turned off

Is This Answer Correct ?    0 Yes 2 No

if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain..

Answer / monika

by usging cross-page posting...

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Which method is used to force all the validation controls to run?

0 Answers  


What’s the difference between response .redirect and server.transfer?

0 Answers  


How to authenticate users using web.config ?

1 Answers   Patni,


What are the different methods of session maintenance in asp.net?

0 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,






What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


How to add DateTime Control in normal DataGrid Server Control?

0 Answers  


What is the difference between Trace and Debug?

2 Answers   BirlaSoft,


How to remove cache object in asp.net?

2 Answers   TVS,


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers  


In which event of the page viewstate is available?

0 Answers  


Categories