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.
User Profile
Collapse
Profile Sidebar
Collapse
ARM8
Last Activity: Nov 13 '13, 05:57 AM
Joined: Jun 6 '13
Location:
-
Last edited by Frinavale; Jun 6 '13, 02:15 PM. -
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
Last edited by Frinavale; Jun 6 '13, 01:12 PM.
No activity results to display
Show More
Leave a comment: