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 difference between view and partial view?

0 Answers  


how to create bin folder in asp.net2.0

8 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


What is a user session?

0 Answers  


What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,






What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


Types of state management techniques ?

6 Answers   Digital GlobalSoft,


Is it possible to write code in many languages in one asp.net project?

0 Answers  


What are the different types of cookies in asp.net?

0 Answers  


What is difference between session and cookies in asp net?

0 Answers  


Categories