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

What is preprocessor in .net? Where it use?

0 Answers  


How can we use Web API with ASP.NET Web Form?

0 Answers  


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


Explain the difference between server control and html control.

0 Answers  






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

0 Answers  


List all templates of the repeater control.

0 Answers  


Code for updating the database by entering the data into textboxes in aspx form?

2 Answers   TCS, Wipro,


Types of objects in ASP?

8 Answers   Beget, Microsoft,


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


What are the main differences between asp and asp.net?

0 Answers  


What is http request and response?

0 Answers  


Categories