HTML Tool to determine where style is coming from

asp.net, html

Solution

Use Firefox with Firebug and inspect the Text-box. Firebug is the most useful tool to do exactly that.

Problem

I have an ASP.NET page where I need to figure out where the style for a textbox is coming from. There are several style sheets defined for the page and I want to be able to use some sort of tool / editor that will tell me what styles were used and from what file(s) to render the textbox. Thank you.

Original source