i have created registration form which consist of 6 webform, for each user i had given option save and come back later (say on webform3), when userlogin for the second time without complete registration i.e, on the 6th webform i had given save option then only it enters into database. the problem is when user login in for the second time he should be redirected to same page(webform3)
so i need help from urside
I beleive you are saving this information in database table. i don't now what table structure you are using in your application. but i think you are saving that information in user table then just create a web user control and place it on the top of the each page. that user control will check with database that on which page access last time and redirect the request by using response.redirect/server.transfer.
|||This tutorial video (one of the many excellent tutorials available at www.asp.net) will demonstrate this for you.
http://asp.net/learn/videos/view.aspx?tabid=63&id=47
No comments:
Post a Comment