asp.net textbox and enter key

chefayman

New Member
I have a couple of \[code\]<div>\[/code\]s with separate asp:textbox and asp:button.What I need to do is make sure that the correct button gets clicked in the correct \[code\]<div>\[/code\] when the user hits enter.Without using asp:panel, defaultbutton.What is the quickest way to do that?
 
Back
Top