Description of Developing a Dynamic Data Grid using ASP, DHTML, DOM and XMLHTTP in IE5 and above :
A grid control is often used in database applications to display record set information in a tabular format. The advantage of using a grid control is that multiple rows of data records could be both displayed and edited all in the same intuitive user interface, which eliminate the hassle to constantly switch screens between the data viewing interface and data editing forms. / In this article, Steve Shi is going to explain how to develop a web based grid interface with essential data manipulation capabilities using ASP, DHTML, XMLDOM and XMLHttpRequest.