list box control
-
hey any one can help me in making a list box control as muliple columns. with this code its looking nasty. UserList.Items.Add(pcon.dr1(0) & "|" & pcon.dr1(1) & "|" & pcon.dr1(2))
-
hey any one can help me in making a list box control as muliple columns. with this code its looking nasty. UserList.Items.Add(pcon.dr1(0) & "|" & pcon.dr1(1) & "|" & pcon.dr1(2))
-
I was told before I think on this forum that you can't put two columns in a listbox control, I think you can join two different listboxes together but you cant use two columns in one
www.codeproject.com/KB/webforms/MCEnhancedListBoxControl.aspx hey in above exapmle i want to assign a datareader to get list box items. and when transfering like in above page can i transfer datavaluefield ? there i can transfer only selected text only. i want to transfer datavaluefield also can any one suggest.
-
www.codeproject.com/KB/webforms/MCEnhancedListBoxControl.aspx hey in above exapmle i want to assign a datareader to get list box items. and when transfering like in above page can i transfer datavaluefield ? there i can transfer only selected text only. i want to transfer datavaluefield also can any one suggest.