Hi all i am having a requirement i.e i will have image icons on my form where i have to show tool tips when i hover the mouse on that icon. Assume that i have my controls as follows on a form
Bank Name Textbox Helpicon(when i mouse over on this i would like to display the tooltip from global.asax file)
Like that i have another form with same controls there also when i mouse over on the image icon i would like to display the same help file as tooltip for the help file.
I have done this with Jquery
but my manager is asking to show the help text from the global.asax
file.. so is it possible to show the help text when i mouse over the icon from global.asax
file. Can any one provide sample code..