Control focus and Default button in ASP.net

added by learndotnet
4/2/2011 3:49:34 PM

79 Views

Setting focus to a control is simple known one for most of us. A focus means the control is going to receive the input from the user. If you type something, the typed stuff goes into the control which currently on focus.


0 comments