How can i set a button as accept button in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello, i'm ali. How can i set a button as Accept Button in asp.net, that when i prees Enter that button cald? please help me.:doh:
Devil software Engineer
Hi, In ur aspx page, u find the properties window for the Form ( ie
tag... Form1....Ok ). Then set the Default Button property as ur button. Now it works.... Every time u hit the Enter key, that button Click event fires. Hope it works... Cheers!!!!!!!!!
Regars, Jay