|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
bind a Checkboxlist with a string ?There is a String like this
Win98,Win2K,Win2003,Linux,Unix and I want to bind this string to a checkboxlist control , how to do this ? -- FireCrow Studio Kylin Garden ICQ:156134382 Call String.Split(',') to get an array of the items that were seperated by
a comma. Use this array tot hen databind. -Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > There is a String like this > Win98,Win2K,Win2003,Linux,Unix > and I want to bind this string to a checkboxlist control , > how to do this ? |
|||||||||||||||||||||||