How to display user pic next to "Logged on as" message |
11/13/2013 12:00:20 PM |
ASPRunnerPro Tips and tricks | |
Sergey Kornilov
Lets consider the situation when your login tables stores path to user picture. Sample database structure: ID Username Password Pic
SESSION("pic")=data("Pic")
xt.assign "username","<img height=24x width=24px src='" & SESSION("pic") & "'> " & SESSION("UserName")
|
|