c# - Link button to previous page -
c# - Link button to previous page -
i making application in asp.net(c#,visual studio 2008). in create page in there 'proceed' link button. on clicking button go next page.on next page there 'back' link button.i want code such when click on button values have been entered in previous page preserved(i.e displayed on controls in have been filled).can help me solving simple problem?
i know not direct reply question, may simpler approach:
just suggestion, long you're using asp.net consider not using separate pages, instead utilize wizard control.
it sounds you're creating wizard-style interface anyway, , wizard command solves lot of these issues lot more other approaches. "just works" , works beautifully.
this page has more useful links: http://weblogs.asp.net/scottgu/archive/2006/02/21/438732.aspx
c# asp.net
Comments
Post a Comment