Rattlesnake
Well-known member
- Joined
- Dec 23, 2003
- Messages
- 47
Hi,
I have an ASP.NET 1.1 form
It contains the following controls
1. Quantity (textbox)
2. ETD (textbox)
3. Customer (dropdown)
I have a TextChanged for the Quantity control that runs a Server procedure "RUNCHECKS"
The ETD is a Date field. The user cannot enter the date into this field manually . I have an image on the form that when the user clicks on opens up a pop-up calender and he selects the date from the calendar. When a date is selected it is automatically assigned to the ETD textbox.This is all done using Javascript
How can I fire the TextChanged event for the ETD textbox control that will run the "RUNCHECKS" method.
Thanks
I have an ASP.NET 1.1 form
It contains the following controls
1. Quantity (textbox)
2. ETD (textbox)
3. Customer (dropdown)
I have a TextChanged for the Quantity control that runs a Server procedure "RUNCHECKS"
The ETD is a Date field. The user cannot enter the date into this field manually . I have an image on the form that when the user clicks on opens up a pop-up calender and he selects the date from the calendar. When a date is selected it is automatically assigned to the ETD textbox.This is all done using Javascript
How can I fire the TextChanged event for the ETD textbox control that will run the "RUNCHECKS" method.
Thanks