This is block_Type_lkp :
blockTypeId type virtualPath
83 Slide Image Box /Controls/Blocks/SlideImageBox.ascx
84 UsernameRecovery /Controls/Core/UsernameRecovery.ascx
This is my module.config :
<add name="UsernameRecovery" blockTypeId="84" isSecure="true" />
This is my code :
btnUsername.OnClientClick = string.Format("window.open('{0}{1}', '_self'); return false;",
"UsernameRecovery.aspx", string.IsNullOrEmpty(returnUrl) ? "" : "?ReturnUrl=" + returnUrl);
<font size="2" face="Consolas"><font size="2" face="Consolas">
I did refresh on IIS,App pool, Sites and Application level. It shows the Slide Image Box
|