954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

get value from ajax clendar extender

hi
i have an ajax calendar extender control that is set to a textbox.

how can i get the current selected date value from the calendar ?

emilio
Junior Poster
163 posts since Nov 2007
Reputation Points: 20
Solved Threads: 0
 

You don't give us much to go on here. Do you have a sample page, or a link to the control page?

Typically javascript like so will work:

var txtValue = document.getElementById('idoftextbox').value;


If that's not clear, post some more details.

agrothe
Junior Poster
153 posts since Jun 2006
Reputation Points: 37
Solved Threads: 18
 

it helped.
thanks

emilio
Junior Poster
163 posts since Nov 2007
Reputation Points: 20
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You