Dear All, I have a case that I will need to retrive a webusercontrol XHTML from database and inject it in a web page at runtime the issue is that I don't find an Xhtmlreader class in c#, I understand that XHTML code in asp.net will need to be transformed to html before it can be rendered to a web browser and that might be the reason for not having such class in c#. another question is that is there a way to implement MVVM design pattern in asp.net. I've searched for that in google and found a demo or what they called ASP.Net MVVM Framework in codeplexi but it looks more like they use MVP Pattern becuase there is a behind code for the Webusercontrols they use, in other words I need to have the whole functionality and binding features of an asp.net webusercontrol with a gridview or formview without need to write behind code. Many Thanks and best regards Hassan Ali
Hassan Amaar