mimitan
Technical User
- Dec 17, 2004
- 34
Hi all,
I have a page that capture the userid and assign it to session("currentuserid"). This current user can only update records in a sql Billing table that UserAllowed id field of that record match the session("currentuserid"). Now my question is how can I assign UserAllow id to a session("UserAllow") so I can do comparison as If session("currentuserid") = session("UserAllow") Then...
Is Dataset the only way to do that? Thanks for help
I have a page that capture the userid and assign it to session("currentuserid"). This current user can only update records in a sql Billing table that UserAllowed id field of that record match the session("currentuserid"). Now my question is how can I assign UserAllow id to a session("UserAllow") so I can do comparison as If session("currentuserid") = session("UserAllow") Then...
Is Dataset the only way to do that? Thanks for help