Client Side Sorting Of Table Contents is a multi-platform compatible script that uses the power of DOM to sort the entire table(editable or non-editable) on the client side itself. Works great on IE and Netscape6x browsers. Doesnot work on Netscape4.
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
Client-side state management techniques for .NET architects is an article in which the author discusses how to preserve the state and information of the client side using various methods. In this article the author explains you the advantages and dis
This tutorial teaches the programmers to develop a program which writes another program. It helps the programmers to write a program on the server side and which will write another program on the client side. This article teaches you how to store dat
Handling Form Submissions in Client-side Script is a tutorial which shows the users the way to handle form submissions in client-side. This tutorial also shows the functions of several javascript function, which is used in client-side script. By the
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
This is an useful component used to upload and download files and folder for synchronization. This tool can be used in both client and server side applications. From client side applications which is enabled with FTP sync users can pass new files to
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
Client Side Validation in ASP.NET is an ASP.NET tutorial in which the programmers can get guidelines about using the web form control and HTML control for validating the web form in the client side. Here the author explains about certain query string
CustomValidator Control is an ASP.NET article in which author explains about the custom validator control, which perform validation both in client side and server side. In server side validation, the validation is done with the help of servervalidate |