client side

ASP.NET - Cookies - Client Side State Management

In this post I'm going to explain what are cookies and how to use them as a part of the ASP.NET client side state management. You can read my previous posts in...

0 replies - 4888 views - 07/23/08 by gilf in News

ASP.NET - Query Strings - Client Side State Management

Continuing the tour in the ASP.NET client side state management our current stop is the query string technique. You can read my previous posts in the state...

0 replies - 13395 views - 07/20/08 by gilf in News

ASP.NET - Client Side State Management - Hidden Fields

In the previous posts in this series I introduced the client side state management and one of its techniques - the ViewState. Today I'm going to drill down...

0 replies - 12279 views - 07/14/08 by gilf in News

ASP.NET - ViewState - Client Side State Management

The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page,...

0 replies - 3610 views - 07/03/08 by gilf in News