Quote (Azrad @ Nov 13 2012 11:19pm)
I'm not a webpage guy, but there is an addon for firefox call firebug, it puts the webpage in one frame and source in another, when you click on something in the webpage it shows you what it 'thinks' is the source for that object (of course this is never going to be perfect), but it might help a little!
Actually, it's not meant to show the source, its meant to show the
rendered html. It wont show you any server side code like C#, only plain html