Welcome Guest Search | Active Topics | Sign In | Register

DatePicker TargetControl - how to attach to text box Options
Jason
Posted: Sunday, January 30, 2011 8:01:47 PM
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
eo_support
Posted: Monday, January 31, 2011 8:53:16 AM
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!
Jason
Posted: Monday, January 31, 2011 5:37:20 PM
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
eo_support
Posted: Monday, January 31, 2011 6:11:10 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.