loading input from multi choice
- by dankyy1
Hi I have a task as that
a dropdown list to choose an input type
selections are
textbox
datetime
number
while choosing one of those types, I have to open the selected input(for example if user chose datetime I have to open a datetime input)
For this task which is most suitable
using aspview(each input type one view)
for each one a usercontrol so when user select
a type loading it's usercontrol at runtime
or do you have any better ideas?