Home All Groups Group Topic Archive Search About

bind a Checkboxlist with a string ?

Author
18 May 2005 7:39 AM
Kylin
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

Author
18 May 2005 6:30 PM
Brock Allen
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 ?