Hi,
I had Visual studio 2010 installed on my PC and my project was able to compile successfully. But later on, I uninstalled Visual studio 2010 and Installed Visual studio Professional Edition 2012. One of my aspx page fails with following compilation error(s).
"Cannot convert from 'System.Web.UI.HtmlControls.HtmlGenericControl' to 'System.Web.UI.HtmlControls.HtmlTableRow' "
I have few tbody, thread tags there in aspx page which i guess has something to do in VS 2012.
Please help me on this.