How to set the Deafult Button in User Control
protected void Page_Load(object sender, EventArgs e)
{
Page.Form.DefaultButton = ButtonId.UniqueID;
}
How to set the Deafult Button in Web Form
form id="thisForm" runat="server" defaultbutton="ButtonId"
Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Thursday, May 14, 2009
How to set the Deafult Button in Web Pages
Subscribe to:
Posts (Atom)
Popular Posts
-
.Net Integration with Bill Desk Payment Gateway Introduction: Now-a-days online shopping websites has become very popular, and to h...
-
MVC: Handling Multiple button submission from one view While developing any web applications we use to design lot more forms. Most of...
-
Error : Could not store transport type data for Receive Location 'EAISolutionReceiveRequestLocation' to config store. Prima...
-
· Include SET NOCOUNT ON statement. · Use schema name with object name. · Do not use the prefix “sp_” in t...
-
why use Windows Workflow Foundation? Microsoft has provided this foundation in order to simplify and enhance your .NET development. It is n...