|
Rank: Member Groups: Member
Joined: 10/18/2010 Posts: 29
|
Hello
How do you associate a date picker control with a text box in asp.net? In other words, when I use the picker, how does can that value then be transferred to a text box?
Many thanks
Jason
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no such thing as associating a DatePicker to any one. You just get the value from the DatePicker and use it whatever you want, including puttting it in a textbox.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 10/18/2010 Posts: 29
|
Hi
OK, well could you please provide some info on how this is done? I cant see any examples under online documentation. The reason I used the word associating is because thats how its done when using the AJAX toolkit equivalent.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You don't need to do anything special at all. You just place our DatePicker in your page and that's it. Our DatePicker is not an "extender" like what you see in AJAX toolkit. It's all by itself. It renders its own textbox. This is why we said there is no such thing as "associating" it to anyone. You don't need to.
If you are still confused, take a look of our sample project and documentation. You can find the full source code of the sample project in the installation folder. The source code should be pretty straight forward.
Thanks!
|
|