Hi,
Let's imagine you have an asp.net page in front of you full of input elements, user controls and panels etc. And you are asked to modify a specific textBox and you do not know where that textBox stands in your project.
Most of the time I use FireBug and try to see the Id of that element but it is not the best way all the time.
So,
What is the fastest way you believe that can be used to locate the source file that houses a specific html element in your web project?
Thanks