No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi, having some problem...Plz help me out from this I have problem in ModalPopupExtender. When I click on submit button of pop up it does not call the code behind code written for button click.. Here is my code- <ajaxtoolkit:modalpopupextender id="ModalPopupExtender" runat="server" cancelcontrolid="LinkButton1" dropshadow="false" okcontrolid="btnSubmit" X="200" Y="100" popupcontrolid="Panel1" targetcontrolid="imgSchedul"> <aspanel …
Hi, having same problem...Plz help me out from this I have problem in ModalPopupExtender. Here is my code <ajaxtoolkit:modalpopupextender id="ModalPopupExtender" runat="server" cancelcontrolid="LinkButton1" dropshadow="false" okcontrolid="btnSubmit" X="200" Y="100" popupcontrolid="Panel1" targetcontrolid="imgSchedul"> <asp:Panel id=Panel1 runat="server" style="display:none;"> <asp:Button ID="btnSubmit" runat="server" Text="Submit" onclick="SubmitData" ValidationGroup="MainValidation"/> </asp:Panel> protected void SubmitData(object sender, EventArgs e) { //code for submit data. …
The End.
gauravkukreja06