Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...