C#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newkhan
    New Member
    • Oct 2007
    • 35

    C#.net

    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.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Why not use JavaScript onmouseover? Because this is your homework? You could use register client script in the page load...

    Comment

    • Devashish Sharma
      New Member
      • Oct 2007
      • 3

      #3
      i think it is not possible in C# without javascript

      Comment

      Working...