以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助] (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=47268) |
-- 作者:bobolan521 -- 发布时间:2014/3/7 13:12:00 -- [求助] 请问一下,如果将checkedcombobox值转换为集合 |
-- 作者:狐狸爸爸 -- 发布时间:2014/3/7 14:12:00 -- if e.form.Controls("checkedcombobox").Value isnot nothing then dim lst as new list(of string) Dim s AS string = e.form.Controls("checkedcombobox").Value lst.AddRange(s.split(",")) end if |