Hi Everyone,
I m implementing control based security in my application. where i m saving controlname (per form) in database, which are to be restricted.

So far I have implemented the security and restricted control get disabled.Now what i want to do is that i have to prevent that for those controls the "control.Enable " property should not change. how can i restrict that.

I have achieved the functionality...