Passing Data - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saikatkolkata
    New Member
    • Jan 2008
    • 17

    Passing Data - ASP.NET

    hw to pass data from one aspx file to another without storing it in a data base... plz help.
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello saikatkolkata,

    There are many ways of “passing” data from page to page. And also there are ways of pages “getting” data that was used on other pages.

    Here is a list of a few:
    • Query Strings (passing)
    • Forms (passing)
    • Application Variables (getting)
    • Session Variables (getting)
    • Cookies (getting)



    Hope that helps~

    Comment

    • saikatkolkata
      New Member
      • Jan 2008
      • 17

      #3
      thankzz friend...i hav used session variable.

      Comment

      Working...