Hello All,
I have a question. I am working on a form which should display only fields and controls that are pertainent to the logged user. for example i have male, female, and child checkboxes and when an individual logs into the system i would like to only show say a woman just the female checkbox and make the other checkboxes invisible... How can this be accomplished. I've tried the findcontrol feature...
Dim cb = CType(gdAgents.FindControl("bFemale"), CheckBox)
I need help... thanks
I have a question. I am working on a form which should display only fields and controls that are pertainent to the logged user. for example i have male, female, and child checkboxes and when an individual logs into the system i would like to only show say a woman just the female checkbox and make the other checkboxes invisible... How can this be accomplished. I've tried the findcontrol feature...
Dim cb = CType(gdAgents.FindControl("bFemale"), CheckBox)
I need help... thanks