iam using 3 aspx webpages ,page1,page2,pae3 in page1 i am logining in using uesrname & password ..(where my user details are in table and checks for valid user ) once its valid iam moving into page2 where i want to dispaly welcome username, and also from page 2 iam moving to page 3 where also i want to dispaly username . and again i want to go back to page 2(were iam using hyperlink ) where i want to dispaly the welcome username, how to do this in multiple asp.net wepages......please help me out.....i knw pass the information using querystring ,session but how to do with page 3 to page 2 when going back to the page how tomaintain it iam confused..
View Complete Post