Hi ,
I am looking for possible approaches to the following task.
Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others do not. this is because initially a number of pages were developed for a particular product and then another product came on board which had to do the same thing as the other pages i.e. get user to imput data and then save it. However now we are left with a large number of pages which essentially do the same thing and are difficult to maintain.
So what i am hoping to do is scrap the code as it is and replace with a configurable wizard. the requirement being that all the controls on the pages should be configurable as to whether they appear on the page and whether they are required fields.
Any ideas,examples,thoughts appreciated
thanks N
cheers niall