Setting a default button in .NET
Tuesday, November 13th, 2007
One way is to use a class like this to add an onkeydown client event to a to a textbox.
using System;
using System.Web.UI.WebControls;
namespace System.Web.UI.DefaultButton
{
/// <summary>
/// Methods to set default button
/// </summary>
public class […]







