In asp.net i have a repeater control which shows some news items. With every item i enclosed an edit and delete link so admins can change the news. But if the userlevel is not adeqate for changing i want the buttons to dissapear. So what i tried to do is simply refer to the button like btnEdit.visible = false. The id of the buttons is btnEdit but it keeps on saying it's not declared. Is it possible that it has something to do with the repater control and id's inside it?
2007-03-07
22:43:43
·
2 answers
·
asked by
rystest
2
in
Computers & Internet
➔ Programming & Design