Setting Default Button Click for Corresponding Text Using Panel Control |
|
Answered By
Moderator1
on
1/6/2010 8:18:15 AM |
|
|
|
|
Hi
Its very easy. Place a Panel control, then put your Textbox1 and Button1 inside it and set the DefaultButton property of Panel control as "Button1". Place second panel control and put the TextBox2 and Button2, then set the DefaultButton property as "Button2" and do the same for TextBox3. |
|
|
|