Database defined Display Controls
Hi All,
Is it possible to have ONE Aspx to create different display controls based on data ? For example: I have a table called Students.
StudentID Title1 DispControl1 Title1 DispControl2
A0001 CourseName Listbox Comments textbox
B0003 DateofBirth Calendar ************ DropDownList
When Student A0001 login (login.aspx), they will see CourseName with its Listbox and Comments with textbox in SCREEN.ASPX
When Student B0003 login (login.aspx), they can select DateofBirth from Calendat and ************ from the dropDownList in SCREEN.ASPX
Any possibility to write ONE aspx ie SCREEN.ASPX to display different StudentID data ? I hope that I do not need to hardcoded many many aspx to cater this.
Any advice is appreciated. Thanks in advance!!
|