I am creating a .Net web application. It is a form and the contents like the text, drop downs, check boxes change often so i don't want to create the markup in ascx file. I want to create them dynamically like from an xml or something like that.
Can any one please advise of what is the best method to achieve my scenario ? Can i use XAML in web application ? Thanks.