Asp.net with C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Angelinsaru
    New Member
    • Feb 2008
    • 1

    Asp.net with C#

    hello,
    this is saru, can u help me for the following problem


    i have some forms in my project,where i need to link two forms.In that when i pass value from child form to the parent form i have losed my parent form data,..
    how can i nevigate between two form with out affect my earlier data in both the forms,...
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    you would have to store the values in a session variale and access it from the other page

    Comment

    Working...