12
Answers

Button_Click event not getting invoked

soumya p n

soumya p n

16y
3.6k
1
i have a button in my aspx page.the problem is button click event is not getting invoked instead page_load event is getting invoked when i click the button..i have given the condition if(!ispostback) under page_load event..even then i am facing this problem..is the page getting refreshed or so..?
Please help me out...

Answers (12)