Hi..
I am trying to create a simple desgin in windows applcation using C#.NET, where I have dived my page into 2 panels using split control.
The first panel has images lined up vertically, one after another.
I would want that when I point a mouse on any image, the mouseover effect should be shown in panel 2 where, the image sould enlarge a bit and its details must appear in the space along with hyperlinks of Details and Add To Cart.
I could do something similiar to it in Javascriptm notepad. But no clue as to where to write and what to write for it in C#.Net.. M a fresher.
Please help.
Appreciated.