It's pretty hard to figure out from generated HTML what the framework that was used to generate it. Some languages have tell tale signs like ASP.NET WebForms will obviously have aspx pages and other stuff like ViewData in the source. Rails apps will have references to prototype, etc.
Try asking this on
stackoverflow.com
Out of curiosity why do you want this info?