DateTime Picker

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

How can I use DateTime Picker control in my ASPX page?

I already add the component to my project.
I put one control in my page and give him an id and name.

But when I try to use it in the code, gives an error saying that the
variable dtpMyDate (it's the id that I choose) is not declared.

What do I have to do?
 
The problem is that I don't know what definition to use:

Protected WithEvents dtpMyDate As ..........................................

and with drag and drop, don't put it automatically like in Web Control

Do you know the type to put in definition?
 
Back
Top