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
What is authorization in asp.net?
IN an ASP.NET Web application if there is any error, how can you debug?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is _dopostback in asp net?
What is difference between session and viewstate?
What is server side session?
Explain the difference between asp & asp.net.
How do I use a proxy server when invoking a web service?
What is the use of response redirect in asp.net?
Which is better php or asp.net?
What's the use of response.output.write()?
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?
Explain the different types of assemblies?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
To display data in a Repeater control which template you provide?