loading input from multi choice
Posted
by dankyy1
on Stack Overflow
See other posts from Stack Overflow
or by dankyy1
Published on 2009-05-02T13:23:39Z
Indexed on
2010/05/11
4:14 UTC
Read the original article
Hit count: 253
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?
© Stack Overflow or respective owner