I have created one asp.net application .
like student registraion form. so the fields are Student name, address etc.
i have tiff images of that form and my aspx page contain Name, Address etc fields .
so the output will display 2 parts.. oneside tif image and one side aspx page so when i move the cursor on Name on aspx page i want to highlight the tiff image portion where Name word will display .
so how to get position of text on tiff image so that i will highlight that. .