BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<div id="Dialog" runat="server">
<ej:Dialog ID="basicDialog" ShowOnInit="false" IsResponsive="True" Width="550"MinWidth="310px" MinHeight="215px" ClientSideOnClose="onDialogClose"Containment=".control" runat="server" Title="Audi Q3 Drive">
//Something
</ej:Dialog>
</div>
Code behind:
protected void Page_Load(object sender, EventArgs e)
{
this.Dialog.Style.Add("display", "none");
}
|
Hi!
Thanks, it works perfectly.
Regards,
Imre