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. Embedded forms

Embedded forms

Scheduled Pinned Locked Moved ASP.NET
questioncsshardware
2 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
    ss mmm
    wrote on last edited by
    #1

    There is formA.aspx having grid and many controls. Now, there is another requirement that there needs to be another textbox and button on top of the form on the basis of which the formA will be populated. This should be formB. I dont want to add everything on formA into formB. Just want to call formB from formA without redirecting to another page. How can I do this without using usercontrol becoz this is just needed once and putting it as a user control will be my last chance. Can you suggest simple method other than going for MDI?

    Thanks

    C 1 Reply Last reply
    0
    • S ss mmm

      There is formA.aspx having grid and many controls. Now, there is another requirement that there needs to be another textbox and button on top of the form on the basis of which the formA will be populated. This should be formB. I dont want to add everything on formA into formB. Just want to call formB from formA without redirecting to another page. How can I do this without using usercontrol becoz this is just needed once and putting it as a user control will be my last chance. Can you suggest simple method other than going for MDI?

      Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      There's no such thing as MDI in ASP.NET. Just add the textbox and button and set their visibility. Or make the user control, it's not hard.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      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