Hi,
I have a screen that will give search result ( Invoice no(s) ) and need to be binding in check box list.
this is the check box that i added in aspx page. but I would like to show dynamically based on search result ( no of invoice no(s))
Please give me sample code to generate check boxes at run time.
Thanks in advance.
I have a screen that will give search result ( Invoice no(s) ) and need to be binding in check box list.
this is the check box that i added in aspx page. but I would like to show dynamically based on search result ( no of invoice no(s))
<asp:TableCell CssClass="fls"><telerik:RadButton ID="chkSearchResult" ToggleType="CheckBox" runat="server" Text="HQ09504"> <ToggleStates> <telerik:RadButtonToggleState Text="HQ09504" PrimaryIconCssClass="rbToggleCheckboxChecked" /> <telerik:RadButtonToggleState Text="HQ09504" PrimaryIconCssClass="rbToggleCheckbox" /> </ToggleStates></telerik:RadButton></asp:TableCell>Please give me sample code to generate check boxes at run time.
Thanks in advance.