Ask a Question related to ASP.NET General, Design and Development.
-
Liu Xuesong #1
How to add Attributes in <asp:CheckBox> ?
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> ?
Liu Xuesong Guest
-
add attributes to tag
What files do i look for to modify to add attributes to a tag? I want it to suggest more attributes when i open specific tags. I've been trying to... -
Count Attributes
Hi, To count the number of records in a table we normally use Query_Name.RecordCount.Is there anything where we can count the number of... -
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
Use XML attributes to specify another XML name or namespace...
I've written a ServiceDescriptionFormatExtension that is used by my custom SoapExtensionReflector so that I can add an authorization header to each... -
Attributes
Hi All... I have a Auditing system. I want to send Audit messages using attributes. I managed to activate the ContextAttribute object, BUT it... -
Sreejumon[MVP] #2
Re: How to add Attributes in <asp:CheckBox> ?
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> ?
Sreejumon[MVP] Guest



Reply With Quote

