Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
On a button click it is going to page load, but not executing the button event. It is checking for postback in the pageload. It is executing the (!IsPostBack){...} code.

Please give me some suggestion to fix it. Its urgent.

Thanks in advance.
Posted
Comments
Namith Krishnan E 20-Jun-14 4:07am    
Are you using any script for reloading the page for that button?
Thanks7872 20-Jun-14 4:59am    
Where is the code? Update question and provide the code with which you faced the issue. Don't post it as comment here.
Prasad Avunoori 20-Jun-14 5:20am    
Can you please post your source and code?
VICK 20-Jun-14 5:35am    
There might be a chance of javascript or jquery triggering .. example could be of __DoPostBack happening somewhere from the code.

1 solution

Hi,
I think you button event not attached to codebehid method.Remove button add it again and double click on button it should go codebehind after this try to run application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900