Hi
I want to code on the click event of the following button. but it did not work. If I remove the PostBackUrl then it start working. This button is in .ascx control which i used in default.aspx. the default.aspx and ***.ascx control are on root folder.
<asp:Button ID="Button1" runat="server" Text="Search" UseSubmitBehavi or=true PostBackUrl="te achers/search_all.aspx " />
what is the reason that the click event of button didn't work if i use postbackurl.
Please help me
I want to code on the click event of the following button. but it did not work. If I remove the PostBackUrl then it start working. This button is in .ascx control which i used in default.aspx. the default.aspx and ***.ascx control are on root folder.
<asp:Button ID="Button1" runat="server" Text="Search" UseSubmitBehavi or=true PostBackUrl="te achers/search_all.aspx " />
what is the reason that the click event of button didn't work if i use postbackurl.
Please help me
Comment