Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Opacity to .aspx page, which contains usercontrol

Opacity to .aspx page, which contains usercontrol

Scheduled Pinned Locked Moved ASP.NET
json
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pashitech
    wrote on last edited by
    #1

    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.

    N 1 Reply Last reply
    0
    • P pashitech

      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.

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      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

      P 1 Reply Last reply
      0
      • N N a v a n e e t h

        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

        P Offline
        P Offline
        pashitech
        wrote on last edited by
        #3

        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.

        G 1 Reply Last reply
        0
        • P pashitech

          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.

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          Place a div that covers the entire page with a semi-transparent background image (png). Place the control on top of that div.

          Despite everything, the person most likely to be fooling you next is yourself.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups