The wizard causes postback every time the "next" button is clicked, and therefore makes the entire modal popup go away.
Is there a way to combine these two controls such that the modal popup does not go away until the wizard is complete?
If so can someone provide me with sample code?
Thank you for reading :)
Sanjeeb LenkaPosted Jun 18, 2013, 2:26 AM
in source:
in code:
protected void Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e)
{
forgotPwdModalPopupE.Hide();
}
If its help mark is as answered. any problem rply
nothing elsePosted Jun 17, 2013, 11:11 PM
Sanjeeb LenkaPosted Jun 17, 2013, 2:08 PM
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
any doubt rply
nothing elsePosted Jun 17, 2013, 1:32 PM
Amit ChoudharyPosted Jun 17, 2013, 1:25 PM