Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
In master page there are three buttons login, create demo account and create live account.

The login button working fine.

Other two buttons are not working.

If we debug it just goes to page_load and come out.

Please give me a solution.

Thanks & Regards.

Azath
Posted
Updated 23-Nov-16 21:52pm
Comments
R. Giskard Reventlov 5-Aug-10 7:26am    
Probably a dumb question but are the button events hooked up?
Rhuros 5-Aug-10 7:37am    
you got any code for us to look at?
koool.kabeer 5-Aug-10 8:30am    
check the Button Click Event Handler Name of your other two buttons...
may be you have not given the Event Handler Block in the Aspx page...
Sandeep Mewara 5-Aug-10 13:00pm    
Sounds like button handlers are not defined.
thatraja 7-Aug-10 3:02am    
Better you should post the code which you have tried....

Check AutoPostBack ="true or false"
If false then make it true.
 
Share this answer
 
v2
Show us some code, it could be as simple as a routing problem.

Or maybe you are not exposing the buttons to the page.
 
Share this answer
 
thrre can be multipel form tages.
because of that this problem may raise.
 
Share this answer
 
Comments
[no name] 26-Aug-13 7:29am    
Do you really think he has been having this problem for 3 years?
Set your ASP button UseSubmitBehavior="false"
 
Share this answer
 
Comments
Kats2512 24-Nov-16 9:14am    
Do you really think he has been having this problem for 6 years?

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