Hi
I am having Employee combo,Date picker,Button with in Ajax panel.
Both employee name,Date are require fields.
If the user chage the Employee in combo or click the Button both having the same function loading the Employee detail grid.
so i have given the causesvalidation property="True" for both button,Combo.If date is empty i select the employee its giving the error message "InvalidDate".then i gave the date and click the button .First the combo's SelectedIndexChanged Event is firing then button click event is firing.So LOADGIRD function calling dwice.Why both event's are firing at this time?
Thanks
Vairam
I am having Employee combo,Date picker,Button with in Ajax panel.
Both employee name,Date are require fields.
If the user chage the Employee in combo or click the Button both having the same function loading the Employee detail grid.
so i have given the causesvalidation property="True" for both button,Combo.If date is empty i select the employee its giving the error message "InvalidDate".then i gave the date and click the button .First the combo's SelectedIndexChanged Event is firing then button click event is firing.So LOADGIRD function calling dwice.Why both event's are firing at this time?
Thanks
Vairam