I have an asp.net checkbox control with check change event. When i change check it will call check_changed event.
But when reload it after check change event it automatically call the check_change event.
I don’t want to call that check_change event in page_load another time.
Thanks
I have an asp.net checkbox control with check change event. When i change check
Share
Add this method
and call this method after your event call
For more info follow this link
remove check_change event in page load