i am asp.net developer, just i entered into Jquery, so littel new.
the problem is that, i have a <div> tage insaide that i make two textboxes and one button say submit. when page is load i hide the <div> tag using jquery and showed with jquery. after showing when i click on submit button, it does't fire there event.
Alokp101
0 Points
8 Posts
button event not fired
Feb 13, 2013 05:46 AM|LINK
Hello sir,
i am asp.net developer, just i entered into Jquery, so littel new.
the problem is that, i have a <div> tage insaide that i make two textboxes and one button say submit. when page is load i hide the <div> tag using jquery and showed with jquery. after showing when i click on submit button, it does't fire there event.
kindly let me know what is issue.
priyankmtr
Contributor
2626 Points
526 Posts
Re: button event not fired
Feb 13, 2013 05:52 AM|LINK
provide the code of aspx
(Mark as Answer If you find helpful)
Alokp101
0 Points
8 Posts
Re: button event not fired
Feb 13, 2013 06:07 AM|LINK
Alokp101
0 Points
8 Posts
Re: button event not fired
Feb 13, 2013 08:27 AM|LINK
can anybody suggest me..what is issue on above posted query..
Alokp101
0 Points
8 Posts
Re: button event not fired
Feb 13, 2013 11:19 AM|LINK
I got the solutions myself only.
<asp:Button ID="btnSubmit" runat="server" Text ="Submit" OnClick="btnSubmit_Click"
UseSubmitBehavior ="false"/>
use this : UseSubmitBehavior ="false"