PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
How to add Attributes in <asp:CheckBox> ?
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
How to add Attributes in <asp:CheckBox> ?
![]() |
How to add Attributes in <asp:CheckBox> ? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I want to add Attributes into CheckBox in .aspx page
<html> <asp:CheckBox id="ChapterCheck" runat="server" /> </html> How to add Attributes in <asp:CheckBox> ? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Liu,
Have you tried ChapterCheck.Attributes.Add("onclick", "validate();"); inside PageLoad ? Please refer the ckeckboxlist control too. -- Let me know if you need further help Regards Sreejumon[MVP] DOTNET makes IT happen "Liu Xuesong" <xuesong@xinhuanet.com> wrote in message news:uAZZiIfPDHA.4024@tk2msftngp13.phx.gbl... I want to add Attributes into CheckBox in .aspx page <html> <asp:CheckBox id="ChapterCheck" runat="server" /> </html> How to add Attributes in <asp:CheckBox> ? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

