Monitorhead
New Member
I'm making a web application, but I am not using MVC.I have pages like: create a task, create a project, create a case...Everyone of these requests standard information like: StartDate ( a calendar widget, etc), Start time, etc.If, somewhere down the line, I need to change this standard stuff, say, I need to change the calendar for a textbox, I want it to change everwhere where this is used.What is a proper way to do this sort of thing?In the ASP .NET code it would be nice to have like:\[code\]SchedulePanel.Calendar.Date;\[/code\]It does not have to be panel based or anything, but I basically have a group of controls that I need in many places.Thanks