E
Ed
Question 1
How do I set focus on a textbox (System.Web.UI.WebControls.TextBox)?
---
Question 2
Suppose I have three pairs of textbox and button in my form.
[ text1 ] [button1] | [ text2 ] [button2] | [ text3 ] [button3]
I'd like to make button1 the default button if the user has the cursor on
text1. Likewise, if the user is on text2, I want button2 to be the default
button. How do I do this?
---
Question 3
Is there a text centering attribute for System.Web.UI.WebControls.Label?
Thank you!
How do I set focus on a textbox (System.Web.UI.WebControls.TextBox)?
---
Question 2
Suppose I have three pairs of textbox and button in my form.
[ text1 ] [button1] | [ text2 ] [button2] | [ text3 ] [button3]
I'd like to make button1 the default button if the user has the cursor on
text1. Likewise, if the user is on text2, I want button2 to be the default
button. How do I do this?
---
Question 3
Is there a text centering attribute for System.Web.UI.WebControls.Label?
Thank you!