Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GadeDinesh

    Setting CheckBox control Text property in a Repeater Control

    I have a checkbox in a repeater control. How to get the User,Administrator,Security Admin as the checkbox Names ? private string[] AvailableRoles = { "User", "Administrator", "Security Admin" }; Repeater_Roles.DataSource = AvailableRoles; Repeater_Roles.DataBind(); <asp:Repeater...

Part and Inventory Search

Back
Top