RhythmAddict112
Programmer
Hi all..New to .net, not new to ASP....
I'm tryin to see how you seasoned .net developers would deal with requirement I have here.
I need to create a radio button list..When a user puts their mouse pointer over a radio button or its description, I need to display a DIV. If that radio button is selected, I want to only display that DIV.
With classic ASP, I'd get some Javascript functions to do this for me, and trigger one onMouseOver, and one onClick inside of the <input> tag. How would you do this?
My initial effort was to do something simliar, but I cannot add a onClick event to the <asp:listitem> control...any ideas on how to accomplish my objective appreciated.
Use your resources, you're on the internet!
I'm tryin to see how you seasoned .net developers would deal with requirement I have here.
I need to create a radio button list..When a user puts their mouse pointer over a radio button or its description, I need to display a DIV. If that radio button is selected, I want to only display that DIV.
With classic ASP, I'd get some Javascript functions to do this for me, and trigger one onMouseOver, and one onClick inside of the <input> tag. How would you do this?
My initial effort was to do something simliar, but I cannot add a onClick event to the <asp:listitem> control...any ideas on how to accomplish my objective appreciated.
Use your resources, you're on the internet!