Scott
Basically all I want to do is be able to determine if a record should be allowed to be edited. If the printed property is true then I do not want to all the user to edit this record. Similar situations if a record is older then 7 days. Any guidence would be appreciated.
Thanks
Also, if you want to implement your own system for determining permissions and/or roles, then you can create an object that implements the ISecurityUser interface and you can place that object in the SecurityBasics.CurrentUser property to take advantage of even more of the security hooks through the GetPermission() method of the ISecurityUser interface. The framework will query that object whenever it needs to check security and you can return the appropriate value.
On an off note have you every seen the text in richtextboxes start typing in reverse? "This" would type like "sihT" and the cursor doesn't move from the left margin. Every time I hit the space key it take me to the start of the line. This is also happening for text boxes. I know I did something wrong but I can't fix it if I don't know what I did.
I have also closed and reopened VS.
The first thing I would look at is the RightToLeft property.