Hello Experts,
I DO NOT WAANT TO SELECT NOR DO I WANT TO CLICK - SIMPLE MOUSEOVER I have been learning asp.net from last four month in the process i come across a problum and try to find a solution over the net but unable to find one, which exactly suit my requiremnt.
I have a GridView on My page in div1.
I have few TextBoxes in in div2.
I have used javascript to highlight the Gridview on mouseover.
Now what i want is whenever i mouseover a particular row its cell Data will be displayed
in the TextBoxes.
For example say I have colums like Name,city,State,pin etc
Whenever i mouseover the row it will be
TextBox1.Text=Name,
TextBox2.Text=city and so on.
It is a very simple requirement but perhaps i dont know the details.
Please,i dont want to click on the row, hence don't want to use Select Button or Link.
I WANT TO ACHEIVE THE ABOVE THOUGH MOUSEOVER EFFECT ONLY.
Please Help.
Thanks & Regards
LATER