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. Web Project design problem.

Web Project design problem.

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiodesignhelpquestion
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.
  • 4 Offline
    4 Offline
    46009669
    wrote on last edited by
    #1

    I have a big project in vs.net. I want to cut it into two project.. But how I call the page between the two project..? And use the same Session value between them?

    K V 2 Replies Last reply
    0
    • 4 46009669

      I have a big project in vs.net. I want to cut it into two project.. But how I call the page between the two project..? And use the same Session value between them?

      K Offline
      K Offline
      Kapil Thakur
      wrote on last edited by
      #2

      Make 2 separate projects like projectONE & projectTWO do the designing and coding in both projects. now include the dll of projectTWO in \bin folder of projectONE. Also add the all the aspx pages of projectTWO in first project. u can access the Session variables & querystrings across the two forms just like a single project. suppose u declare a session variable in WebForm1.aspx of projectONE. like Session("UserName") = "Jack" u can access this session variable in WebForm2.aspx of projectTWO (which you have added in first project) as : dim name as string = Session("UserName") note : if you want to make any design changes in html of WebForm2.aspx of second project.............then you will have to open projectTWO.....make neccessary changes and again add the dll's and web forms in projectONE. hope it was of help. for further help, you can mail at thakur.kapil@gmail.com

      4 1 Reply Last reply
      0
      • K Kapil Thakur

        Make 2 separate projects like projectONE & projectTWO do the designing and coding in both projects. now include the dll of projectTWO in \bin folder of projectONE. Also add the all the aspx pages of projectTWO in first project. u can access the Session variables & querystrings across the two forms just like a single project. suppose u declare a session variable in WebForm1.aspx of projectONE. like Session("UserName") = "Jack" u can access this session variable in WebForm2.aspx of projectTWO (which you have added in first project) as : dim name as string = Session("UserName") note : if you want to make any design changes in html of WebForm2.aspx of second project.............then you will have to open projectTWO.....make neccessary changes and again add the dll's and web forms in projectONE. hope it was of help. for further help, you can mail at thakur.kapil@gmail.com

        4 Offline
        4 Offline
        46009669
        wrote on last edited by
        #3

        why I have to add the all the aspx pages of projectTWO in first project?

        1 Reply Last reply
        0
        • 4 46009669

          I have a big project in vs.net. I want to cut it into two project.. But how I call the page between the two project..? And use the same Session value between them?

          V Offline
          V Offline
          VMSSanthosh
          wrote on last edited by
          #4

          hello u forget to set the autopostback property of the checkbox control... chkAutoPostBack = true; VMSSanthosh

          VMSSanthosh

          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