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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is authorization in asp.net?

690


IN an ASP.NET Web application if there is any error, how can you debug?

680


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

607


What is _dopostback in asp net?

603


What is difference between session and viewstate?

546






What is server side session?

603


Explain the difference between asp & asp.net.

639


How do I use a proxy server when invoking a web service?

609


What is the use of response redirect in asp.net?

663


Which is better php or asp.net?

596


What's the use of response.output.write()?

875


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1618


Explain the different types of assemblies?

626


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

663


To display data in a Repeater control which template you provide?

671