1
Hello
For that i think you should check "IsPostBack" propery :
change it to -> IsPostBack="false";
And you have AutoPostBack="true" so change it to "false"
Thanks
0
Thank You for your info Manav Pandya when i Changing AutoPostBack="false" time txtScheduleDate_TextChanged not fired, so i am enabled this property. Onclick event not passing to cs page, any other event is know share me.
Thank You