Hi,
When he entered his name in user id text box you take it into a session variable like
session("UserID")=txtuserid.text
When ever you want to display his name after logging in just use the following
Label1.text=Session("UserID")
And in the last page don't forgot to specify
session.abandon()
Hope this Helps-Ashok Parchuri
|