is there a got focus event for a textbox?

  • Thread starter Thread starter mbosco51
  • Start date Start date
M

mbosco51

Hi, I am extremely new to .net, I am actually working on my first
application so I apologize if there is an obvious answer.... Is there
a got focus event that fires when a user clicks on a textbox? Upon
clicking on the textbox (which is disabled), I want a calendar control
to be displayed. Is this possible?

Thanks.
 
onfocus is the client-side event.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top