Hi Team
How can i add a column in checkboxlist in runtime..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Madhu KPosted Jan 18, 2011, 7:47 AM
//pageload event
CheckBoxList1.Items.Add("one");
CheckBoxList1.Items.Add("two");
sandeep kodepakaPosted Jan 20, 2011, 6:37 AM
thanx for the post,
I have one datatable in that i have some rows and columns, so i want to retrive only two columns from that datatable.
Suthish NairPosted Jan 19, 2011, 4:50 AM
or explain your thread in detail
sandeep kodepakaPosted Jan 18, 2011, 7:59 AM
I want to add a column in checkboxlist