I have an interface which return a Control based on File Name for example if there's an html file I am returing an Instance of WebBrowser Componet.
This WebBrowser Component inherits from WebBrowser Class. I need to update this component so that it can accomodate a grid as well.
What Should I do ?
I am working on Windows Application C# 2.0