ASP AllianceThe #1 ASP/ASP.NET Community!Selecting Items in a DataList- July 31, 2002 Demonstrates different ways of enabling users to select an item from a DataList.http://aspalliance.com/aspxtreme/webforms/controls/allowinguserstoselectitemsindatalist.as... ASP Validations in depth.- July 30, 2002 This article discusses in detail how the ASP.NET validation controls work. This article is recommended reading for anyone building complex pages with validation controls or those looking to extend the validation framework.http://aspalliance.com/bharatsharmachd/ASPValidation.aspx placeholder- July 29, 2002 this is a placeholder until I can delete a defunct article.http://aspalliance.com/peterbrunone You Can't Do That On The Web- July 27, 2002 Closing non-scripted windows is like Santa Claus; new developers believe in it until they know better.Well, score one for childhood fantasy.http://aspalliance.com/peterbrunone/impossible.asp Transactions In Sql Server 2k- July 26, 2002 This article shows how transactions in SQL Server 2000 can be implemented within the stored procedures. Step by Step example will help you understand the concept and implementation of the transactions in the SQL Server 2000 database.http://aspalliance.com/hrmalik/articles/transactions_sql_server.aspx Text Input validation- July 26, 2002 Prevent invalid characters in your form's input boxes. This methods avoids complex serverside validation routines and reduces the load on the server by avoiding postbacks of ASP.NET forms.http://aspalliance.com/timmusschoot/clientscripting/inputvalidation.aspx Multilanguage Applications- July 24, 2002 Create Multilanguage Applications in ASP.NEThttp://aspalliance.com/timmusschoot/aspdotnet/multilanguage.aspx Dropdown Rewrite- July 24, 2002 ASP.NET Dynamic contents change of dropdown contentshttp://aspalliance.com/timmusschoot/aspdotnet/dropdownrewrite.aspx PostBacks in Custom Controls- July 24, 2002 Now that you know how to create custom controls, creating and handling postbacks is not that much harder and this article will take you through it.http://aspalliance.com/wisemonk/view.aspx?id=AN072402 Working with LinkButton- July 24, 2002 A web developer is routinely faced with the challenge of knowing which link was clicked. The typical solution involves passing information on the querystring in the clear, like this: "GetProduct.aspID=3762". A key benefit of the LinkButton web control ..http://aspalliance.com/articles/linkbutton.aspx |