Browse by Tags

Related Posts

  • <asp:Repeater>, checkbox values and ASP.NET 2.0

    A few weeks ago, I created a Classic ASP page that connects to a machine with SQL Server installed on it, prompts the user to select a database on that server, then lists all of user-created stored procedures in that database. The user can select any of those stored procedures by clicking on checkboxes;...
    Posted to Data Presentation Controls (Forum) by deathtospam on 11-16-2006, 12:00 AM
    Filed under: Repeater, ASP.NET, c#, ASP.NET 2.0, checkbox, checkboxes, checkboxlist
  • Select property not set for Dynamic CheckBoxList

    On my page, I'm filling in a CheckBoxList dynamically based on different user interactions. CheckBoxList1.DataSource = cmd.ExecuteReader CheckBoxList1.DataTextField = "name" CheckBoxList1.DataValueField = "subgroup_id" CheckBoxList1.DataBind() The values fill in the list, but...
    Posted to Web Forms (Forum) by robnot on 07-10-2007, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET 2.0 VB.NET, checkboxes, checkboxlist, dynamic controls datalist, Dynamic Control Generation, Dynamic Control, 2.0
  • Find CheckBoxList controls on page when submitting?

    Hi All, I have a page on which will appear several CheckBoxList controls that will have ID values automatically generated by the page. When the user clicks on the submit button, I would like to retrieve all Checkbox controls from all CheckBoxLists that appear on the page with the intention of programmatically...
    Posted to Web Forms (Forum) by planetthoughtful on 11-11-2007, 12:00 AM
    Filed under: submit, checkboxes, checkboxlist, checkboxlist c#, checkbox checking detecting page webform .net c# webform, Checkboxlist c# ie6, Checkbox value attribute, .Net 2.0
Page 1 of 1 (3 items)