I'm using Windows SharePoint Services. My list shows items, and I need to direct the user to a specific page according to their permission level.
For example, I'm showing a list of jobs. If I am a job seeker (visitor permissions), when I select the job from the list, show some details about the job, do not allow them to change anything, and display a 'Apply for this job' button. If I am a job poster (member permissions), show my jobs only, let me select the job, then let me edit all details about the job.
How do I do this?
Thanks.