User Profile

Collapse

Profile Sidebar

Collapse
ARM8
ARM8
Last Activity: Nov 13 '13, 05:57 AM
Joined: Jun 6 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ARM8
    replied to CheckBoxList Event Binding
    Hi have used a CheckBoxList which fetches all the columns name from the database. Now I need to place DropDownList beside each them to change their order number.

    For example, these DrownDownLists would contain all the column numbers if total number of is 10...it will have 1 to 10 numbers.
    See more | Go to post
    Last edited by Frinavale; Jun 6 '13, 02:15 PM.

    Leave a comment:


  • ARM8
    started a topic CheckBoxList Event Binding

    CheckBoxList Event Binding

    Hi,

    I am dynamically binding a check box list, now i want to bind drop downs against each generated check box?

    How do I do this during the data bound event of check box list?

    Code:
    Private Sub chkColumnList_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles chkColumnList.DataBound
    
    	Dim cnt2 As Integer = chkColumnList.Items.Count
    	Dim tblDynamic = New Table()
    
    	For
    ...
    See more | Go to post
    Last edited by Frinavale; Jun 6 '13, 01:12 PM.
No activity results to display
Show More
Working...