Update Session variable also |
| Arvind Kumar replied to Charvi Sanghavi at 03-Jul-08 12:45 |
U should be update value of session variable when change role in database table.
Session("Role") = newRole;
either u can call the function of login where us set the session variable. |
|