ASP AllianceThe #1 ASP/ASP.NET Community!DataGrid Programming Part 3- October 6, 2002 The DataGrid has paging, sorting, editing, deleting, and adding capabilities, but code has to be written to make them work. My code sample is a solution to this, because it has paging, sorting, editing, deleting, and add new sub-routines already made.http://aspalliance.com/andrewmooney/default.aspx?page=17 Revisiting the Page Template- October 6, 2002 Here we revisit the idea of using user controls as the basis of an inherited page template. The solutions proposed here fix the major problems of the code suggested in my previous article.http://aspalliance.com/Mamanze/articles/?path=PageTemplate2 DataGrid Programming Part 1- October 5, 2002 The DataGrid control in ASP.NET makes database programming easier. This example makes it easy to display database information on an ASP.NET web page.http://aspalliance.com/andrewmooney/default.aspx?page=5 Amazon.com Web Service Details- October 5, 2002 Use the Amazon.com Web Service and explore techniques for creating DataSets from XML with advanced DataGrid bindinghttp://aspalliance.com/shark/articles/amzws/amzdoc.aspx Database Report Web Service- October 4, 2002 Using a simple web service to quickly create database reports can make being a Database Adminstrator easier. Imagine using the same web service to make reports for all your databases.http://aspalliance.com/andrewmooney/default.aspx?page=9 DataGrid Programming Part 2- October 4, 2002 The DataGrid has paging and sorting capabilities, but code has to be written to make them work. My code sample is a solution to this, because it has paging and sorting sub-routines already made.http://aspalliance.com/andrewmooney/default.aspx?page=7 Webform Dynamic Buttons- October 3, 2002 This article talks about the usage of LinkButton and Panels. The author explains some of the issues that he faced while learning ASP.NET.http://aspalliance.com/articles/dynamicbuttons.aspx String Functions (Server side)- October 3, 2002 This article shows us some common string functions (both in VBScript and JavaScript) which can be used in your application.http://aspalliance.com/articles/javascriptfns.aspx Attributes of Custom Controls- October 2, 2002 If you have ever worked in Visual Studio.NET, you will have noticed that all of the server controls have unique properties to all of them that you can change in the properties window. This article will show you how to do this with your custom controls.http://aspalliance.com/wisemonk/view.aspx?id=AN100302 Advanced Page Templating- October 2, 2002 The templating scheme designed specifically for use with postback intensive web applications. It should be a bit different from the others you've seen.http://aspalliance.com/ambrose/Articles/Templating.aspx |