Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting a default command button
Message
From
29/07/2003 12:50:10
 
 
To
29/07/2003 11:38:35
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00814142
Message ID:
00814587
Views:
10
Jerry,

Sorry seemed to skip that snippet of information ;-) However, the whole issue of focus on webforms is quite the can of worms. There are a number of solutions available all with various issues associated with them, but one works pretty much all of the time (except for a curious bug when there is only one textbox on a form?).
private void Page_Load(object sender, System.EventArgs e) 
{ 
// This causes the page to associate Enter key with btnSearch click. 
Page.RegisterHiddenField( "__EVENTTARGET", "btnSearch" ); 
} 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform