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. Modalpopup extnder in an ifarme

Modalpopup extnder in an ifarme

Scheduled Pinned Locked Moved ASP.NET
helpquestion
4 Posts 2 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.
  • S Offline
    S Offline
    Sherin Iranimose
    wrote on last edited by
    #1

    Hi All, I've a page as shown below ------------------------------ -------HEADER ------------------------------ ---MENU---IFRAME When I click on menu the iframe part loads with new page in the iframe. Now the problem is, there is one Ajax Modalpopup extender in the iframe page. when I show the modalpopup It shows only within the Iframe. How can I bring the modalpopup window out side the iframe(I want to cover the modalpopup in the entire window.). I'm stuck with this in last 3 days... Thanks in advance...

    A 1 Reply Last reply
    0
    • S Sherin Iranimose

      Hi All, I've a page as shown below ------------------------------ -------HEADER ------------------------------ ---MENU---IFRAME When I click on menu the iframe part loads with new page in the iframe. Now the problem is, there is one Ajax Modalpopup extender in the iframe page. when I show the modalpopup It shows only within the Iframe. How can I bring the modalpopup window out side the iframe(I want to cover the modalpopup in the entire window.). I'm stuck with this in last 3 days... Thanks in advance...

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Actually IFrame loads the entire page within a page, I think if you load the same inside a div or normal dom object except frames, the problem will be solved. Otherwise, you can use modalpopup extender in the outer page.

      Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
      Create .NET Templates

      S 1 Reply Last reply
      0
      • A Abhishek Sur

        Actually IFrame loads the entire page within a page, I think if you load the same inside a div or normal dom object except frames, the problem will be solved. Otherwise, you can use modalpopup extender in the outer page.

        Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
        Create .NET Templates

        S Offline
        S Offline
        Sherin Iranimose
        wrote on last edited by
        #3

        Abhishek Sur wrote:

        if you load the same inside a div

        How do I load a aspx page inside a div(without iframe)? or is there any other alternatives for iframe.

        A 1 Reply Last reply
        0
        • S Sherin Iranimose

          Abhishek Sur wrote:

          if you load the same inside a div

          How do I load a aspx page inside a div(without iframe)? or is there any other alternatives for iframe.

          A Offline
          A Offline
          Abhishek Sur
          wrote on last edited by
          #4

          Just paste the response that comes from the ajax request to a DIV.. like div.innerHTML = ajaxobj.responseText;

          Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
          Create .NET Templates

          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