J
Jim
Using either EW or VSE2008, I want to have a GridView that will:
- Insert the logged in user's UserId from either the User table or the
membership table when the user inserts a record.
- When the user views the GridView, only their records are shown. I don't
want to use a query string that uses the UserID for securtiy resons, so I'm
thinking that I can use a SessionID that is tied to the UserId?
Requests:
1. Insert a record that will automatically insert UserId
2. View reords in GridView that belong to the logged in user with SessionID
I'm not sure what all I need to do to get the SessionID working? I have put
"<sessionState mode="InProc" cookieless="false" timeout="20" />" into my
web.config file.
But now what?
Thank you for any help.
- Insert the logged in user's UserId from either the User table or the
membership table when the user inserts a record.
- When the user views the GridView, only their records are shown. I don't
want to use a query string that uses the UserID for securtiy resons, so I'm
thinking that I can use a SessionID that is tied to the UserId?
Requests:
1. Insert a record that will automatically insert UserId
2. View reords in GridView that belong to the logged in user with SessionID
I'm not sure what all I need to do to get the SessionID working? I have put
"<sessionState mode="InProc" cookieless="false" timeout="20" />" into my
web.config file.
But now what?
Thank you for any help.