How to load a CheckboxList to a Viewgrid control?

legendgod

Regular
Joined
May 17, 2004
Messages
53
Location
Hong Kong
Hello Extremers,

Long time not come back to this forum since I quit my last programmer job :( Hope the rule have not changed. :)

I have a function GetChkBoxList() which return a checkboxlist class with
value according to the input.
Code:
Function GetChkBoxList(ByVal input as string) as CheckboxList
....
....
Return outputChkBoxList
End Function

I want my Viewgrid control can run GetChkBoxList at runtime. Therefore
Viewgrid can show up a list of checkbox according to one of the field's
value. But I am not sure how the syntax work. Did any one here can share me some idea? Thank you very much!
 
Back
Top