Hi,
I'm trying to turn a checkbox listItem into a hyperlink which will open the document when the users clicks it.
Does anyone know how to do this ... i've tried puttin a hyperlink tag around the text but this didn't work.
Here's what I have:
Thanks for any help ...
Julie
I'm trying to turn a checkbox listItem into a hyperlink which will open the document when the users clicks it.
Does anyone know how to do this ... i've tried puttin a hyperlink tag around the text but this didn't work.
Here's what I have:
Code:
<asp:CheckBoxList AutoPostBack="true" ID="CheckBoxList1" runat="server" OnSelectedIndexChanged="Blue" Width="212px" >
<asp:ListItem Text="Presentation 1" Value="V:/projects/JG/PitchBook/PitchBook/Presentations/Test1.ppt"></asp:ListItem>
<asp:ListItem Text="Presentation 2" Value="V:/projects/JG/PitchBook/PitchBook/Presentations/Test2.ppt" />
</asp:CheckBoxList>
Thanks for any help ...
Julie