Hi is there anyway to accomplish this? I have a table user control which a basically being used as a menu. Each table cell contains a label and I have css set up to change the cells colours on mouseover etc. When the control is initially loaded I want to hide
all Cells, and this is no problem. However, when a users profile is determined I wish only to show specific cells and it doesnt seem to be working as the cells still stay hidden. Currently I have a public method called Update which takes a pipe delimited string
which represents the users profile, ie "General|Finance|System" will enable the general, finance and system cells. On the controls page load I pass in an empty profile string to disable the menu until I know their profile string. Once this is determined I
pass the new profile string in...but the table doesnt get rebuilt. Any idea on what im doing wrong? Cheers Davey
daveym
Member
200 Points
40 Posts
Forcing a Usercontrol to referesh
Aug 08, 2003 09:19 AM|LINK