I am new to ASP.NET/C# and have some basic questions regarding UI tools and capability:
1. How do I dynamically create different views? I have a DropDownList with (say) 5 items on the default landing page. For each item on DropDownList, I want to present a unique set of labels, text boxes and buttons.
2. Anyway to create a rich interface? Ideally, I want to use something that is integrated with VS. I am building a prototype with a tight deadline and so I don't have time to learn (say) Silverlight. I do want the UI to look professional enough for demo with business users. Any quick strategy to improve default look & feel of ASP pages with rich rendering would be appreciated.
Thanks in advance,
Sterling