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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. URGENT need help

URGENT need help

Scheduled Pinned Locked Moved ASP.NET
questionhelp
4 Posts 4 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.
  • A Offline
    A Offline
    Ahmed EL Gendy
    wrote on last edited by
    #1

    hi all here i want to know ,that if it is posible to make a variable that i can control it from any page from my website ??? if yes , HoW can i do this ?? Ex: String X ; page.aspx page2.aspx page3.aspx x = "abc"; x = "def"; x = "ghi"; i hope that any one understand what i mean. best regards Ahemd EL GEndy Ahmed EL Gendy

    B S V 3 Replies Last reply
    0
    • A Ahmed EL Gendy

      hi all here i want to know ,that if it is posible to make a variable that i can control it from any page from my website ??? if yes , HoW can i do this ?? Ex: String X ; page.aspx page2.aspx page3.aspx x = "abc"; x = "def"; x = "ghi"; i hope that any one understand what i mean. best regards Ahemd EL GEndy Ahmed EL Gendy

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      Session, Cache or Application collections (look them up in the docs for the differences)

      1 Reply Last reply
      0
      • A Ahmed EL Gendy

        hi all here i want to know ,that if it is posible to make a variable that i can control it from any page from my website ??? if yes , HoW can i do this ?? Ex: String X ; page.aspx page2.aspx page3.aspx x = "abc"; x = "def"; x = "ghi"; i hope that any one understand what i mean. best regards Ahemd EL GEndy Ahmed EL Gendy

        S Offline
        S Offline
        szukuro
        wrote on last edited by
        #3

        Let the pages inherit from a custom base page, which inherits from the Page class. In this class define a protected variable.

        1 Reply Last reply
        0
        • A Ahmed EL Gendy

          hi all here i want to know ,that if it is posible to make a variable that i can control it from any page from my website ??? if yes , HoW can i do this ?? Ex: String X ; page.aspx page2.aspx page3.aspx x = "abc"; x = "def"; x = "ghi"; i hope that any one understand what i mean. best regards Ahemd EL GEndy Ahmed EL Gendy

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          Session

          Vasudevan Deepak Kumar Personal Homepage Tech Gossips

          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