ASP.NET State Management: View State is an article which contains more information about the view state technique. The view state is used to maintain the state and information of the client side. The author shows you how to enable and disable the vi
In this tutorial you can get a brief explanation about the client side and server side state management of the web pages. The author explains the various client side methods such as using view state property, hidden fields, cookies and query strings
Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this article
KCallback.net Control, the most powerful, robust, callback control available in the market today for ASP.NET with AJAX support.
UltimateAjax is an ASP.NET server control to provide AJAX callback functionality in your web applications.
Through this online tutorial, the author explains about the usage of application state, session state, client-side cookies and view state. Each concept is described along with its features. Under each topics the sample source code is given for the we
Component-Based .NET Server Pages is a reference guide which discusses the information about ASP.NET. It elaborately describes about the three families of components with their working and some features such as postback events, client-side and server
This is a web based article in which the author gives you some tips about the server side viewstate of ASP.NET page. Some advantages of the serverside view state defined by the author are, it eliminates corruption problems and reduces client page siz
This is an ASP.NET tutorial through which you can learn how to add the client side script in the ASP.NET pages. Using client side script helps in reducing load on the server. RegisterClientScriptBlock and RegisterStartupScript methods of the Page cla
Netscape, IE and client side validation in ASP.NET is a tutorial in which author discusses about the solution for the problem that occur while executing form validation. In Netscape the form validation has to be done in server side while the IE brows |