Hits Today: 2 Total: 8280 | Updated: 10/7/2001 | |
 | The Button control allows you to create a push button on the Web Forms page. There are two types of buttons that can be created. You can create either a submit button or a command button.
Author: unknown Code: ASP.NET Beta 2 & VB |
Hits Today: 6 Total: 3607 | Updated: 10/24/2003 | |
 | Many bugs are caused by stupid user tricks. This article will show you, with one line of code, how to protect your code against a very common stupid user trick, clicking a submit button over and over again. Author: John R. Lewis Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 2840 | Updated: 3/16/2004 | |
 | This article is about creating a custom good-looking submit button. There are a lot of situations, where you will find necessary of using such a control. Author: Rumen Yankov Code: ASP.NET v1.1 & C# |
Hits Today: 2 Total: 5248 | Updated: 9/1/2003 | |
 | The Button control is used to display a push button. The push button may be a submit button or a command button. By default, this control is a submit button. Author: w3schools.com Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 58 | Updated: 4/3/2008 | |
 | An easy solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Author: Anthony Grace Code: ASP.NET v2.0 & C# | |  | |
|