Hi All,
I am creating a web page in asp.net with c#.net. There are two image boxes in the page one is filled with image and the other is blank. My task is to make that when the mouse cursor come over the first image then the first image should be disappeared and second one should be displayed. And remember it should be done in c# not in javascript. Please tell me how this onmouse over event handler will be made in c# as these are images not image buttons and will be placed where whether in Page_Load or???
Please help me.
I am creating a web page in asp.net with c#.net. There are two image boxes in the page one is filled with image and the other is blank. My task is to make that when the mouse cursor come over the first image then the first image should be disappeared and second one should be displayed. And remember it should be done in c# not in javascript. Please tell me how this onmouse over event handler will be made in c# as these are images not image buttons and will be placed where whether in Page_Load or???
Please help me.
Comment