[SOLVED] HyperLink inside of CheckBox
-
Ok, as the title says... i would like to add a HyperLink inside of the CheckBox Text attribute, in order to create something like this. I'm 18 years old, i read and accept the Terms and Conditions, and also the Security Policies. Where Terms and Conditions and Security Policies are links, am i able to do this? Thanks Marian.
-
Ok, as the title says... i would like to add a HyperLink inside of the CheckBox Text attribute, in order to create something like this. I'm 18 years old, i read and accept the Terms and Conditions, and also the Security Policies. Where Terms and Conditions and Security Policies are links, am i able to do this? Thanks Marian.
Did you try to do something like this:
<asp:CheckBox ID="myCheckBox" Text="To Search:<a href='http://www.google.com'>GOOGLE</a>" runat="Server" />
Sandeep Mewara [My latest tip/trick] [Forum guidelines]
-
Did you try to do something like this:
<asp:CheckBox ID="myCheckBox" Text="To Search:<a href='http://www.google.com'>GOOGLE</a>" runat="Server" />
Sandeep Mewara [My latest tip/trick] [Forum guidelines]