legendgod Posted January 10, 2006 Posted January 10, 2006 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. 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! Quote http://blog.legendgod.com
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.