Opacity to .aspx page, which contains usercontrol
-
I have created login1.ascx and using that in newlogin.aspx when user clicks a linklable in newlogin.aspx I need to display login1.ascx but the rest of page should be transperant reg..
prashanth, s/w Engineer, Syfnosys.
pashitech wrote:
I need to display login1.ascx but the rest of page should be transperant
Once page is rendered and shown in the browser, there is no separation like user controls and page. All the controls including user controls will be rendered to produce the single page. That said, you won't be able to do what you are asking.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
pashitech wrote:
I need to display login1.ascx but the rest of page should be transperant
Once page is rendered and shown in the browser, there is no separation like user controls and page. All the controls including user controls will be rendered to produce the single page. That said, you won't be able to do what you are asking.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
please refer to www.seventymm.com in the bottom(footer) click on contct us I just want to display like that, but directly user control
prashanth, s/w Engineer, Syfnosys.
-
please refer to www.seventymm.com in the bottom(footer) click on contct us I just want to display like that, but directly user control
prashanth, s/w Engineer, Syfnosys.