Microsoft's Active Server Pages (ASP) and the Extensible Markup Language (XML) are two of the hottest Web technologies, but each, because it is a complex topic in its own right, usually is documented individually. Professional ASP XML ties the two...
Write Your Own Provider For the ASP.NET DataGrid is an interesting article which discusess about how to create custom data provider to populate datagrid control. In this article the author describes the Enumerable interface of the ADO.NET and its...
Ask the DotNetJunkies: Editing with the ASP.NET DataGrid is an article which explains you the method of changing the data of the datagrid columns without using the edit link button. You have to add EditCommandColumn, and a BoundColumn for each of...
Maintaining Sorting while Paging in an ASP.NET Datagrid is an article that discusses about how to maintain sorting behaviour when you go through various pages in the datagrid control. This article explains that the two viewstate objects has been...
The following collection of approaches to combining XML Documents is from a column, "Shedding a little Silverlight on XML", that I wrote for XML Journal a while back.
ClassiDesign WebFiles is an online file manager that allows you to build your own online file storage system or build a manager for your own web files. It is 100% script. Built using ASP, XML & DHTML. No downloadable ActiveX control or DLLs...
Add stunning graphs to your website or presentations in minutes. ASP/XML Active 3D Graphs. Bar Graphs, Pie Charts and Area Graphs. Fully customisable with an front end designer and live preview as you design feature. Animated background effects...
This is an useful ASP.NET tutorial which provides information regarding in-built sorting behaviour of the datagrid control. This tutorial shows you how 'AllowSorting' property of the DataGrid is used to perform sorting based on a particular...
This is an ASP.NET article which shows you about how to place a datagrid in the web forms and how to insert the data in it. This article also explains various properties of the datagrid control to the users. A complete sample code is provided with...
This is an ASP.NET tutorial through which web developers can get more information about how to format the columns of the datagrid control based on the specified condition. This tutorial explains the sample code to the users. You can copy the... |