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?
 
What's the modifier of the control. Make sure it's protected not private.
 
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?
 
Hmmmm try creating a blank asp.net page, placing a DataPicker control
 
Don't add nothing into the code.
Strange......

I don't know what to do.
:(

Ruca
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top