Thanks Brother
On Thu, Jun 4, 2009 at 10:00 PM, Cerebrus <[email protected]> wrote: > > <%@ Page EnableViewState="false"... %> > > Note that you will lose much of the functionality that I am sure most > ASP.NET developer depend upon. You may want to consider turning off > ViewState selectively for controls that do not require it, rather than > for the complete page. > > And clarification: It is not "garbage". It may seem to be so, but it > is the encrypted values of most of your page elements. > > On Jun 4, 10:43 am, Mohsin JK <[email protected]> wrote: > > dear i'm facing some problem regarding ASP.net Viewstate garbag code. > > when i open the website in explorer and view the source code. i see > between > > viewstate tag many garbag values are present automatically and it make my > > website slow. > > plz help me out >
