K
kplkumar
I have created a asp.net date picker control using Javascript. I wanted
to do this to avoid doing post back when the calendar window is
launched. It works like charm.
But the challenge is - the control does not use any asp.net controls
like button or textfield. It uses html "input" for the text field and
the button. So after the user has choosen the date and the date is
populated in the textfield, I am not able to get the value from the
textfield into my aspx page.
Can someone throw some light here? I cannot be using AJAX and
microsoft's ATLAS (similair to ajax) is not available until the end of
the year.
Help please. Thanks in advance.
to do this to avoid doing post back when the calendar window is
launched. It works like charm.
But the challenge is - the control does not use any asp.net controls
like button or textfield. It uses html "input" for the text field and
the button. So after the user has choosen the date and the date is
populated in the textfield, I am not able to get the value from the
textfield into my aspx page.
Can someone throw some light here? I cannot be using AJAX and
microsoft's ATLAS (similair to ajax) is not available until the end of
the year.
Help please. Thanks in advance.