Forums

This topic is locked

User Login

Posted 18 Jul 2001 20:10:23
1
has voted
18 Jul 2001 20:10:23 Keith Slater posted:
Im trying to create a simple log in so that when a person logs in It will say Welcome (user name here).
Just like what UDZone has on their page after you log in. Does it have to do with the sessios variables. I want to be able to put it on any page also.
Im using Ultra Dev 4

Thanks
Keith

Replies

Replied 18 Jul 2001 20:49:20
18 Jul 2001 20:49:20 Bjorn Fripon replied:
Hi,

Now that we have Omar back,
why not go and visit his site <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Try :
www.sunnahproductions.com/udnewbie/

Level 2

greetz

Jezter

Replied 19 Jul 2001 11:49:56
19 Jul 2001 11:49:56 Viktor Farcic replied:
Insert on your page something like:

Welcome &lt;%= Session("MM_Username" %&gt;

Or, you can do the following:
1. Type 'Welcome' somewhere on your page
2. Click on '+' sign in Data Bindings and choose Session Variable
3. When asked for name type MM_Username
4. Drag and Drop that Session after word Welcome.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Im trying to create a simple log in so that when a person logs in It will say Welcome (user name here).
Just like what UDZone has on their page after you log in. Does it have to do with the sessios variables. I want to be able to put it on any page also.
Im using Ultra Dev 4

Thanks
Keith


<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>



Edited by - vfarcic on 07/19/2001 11:53:35
Replied 19 Jul 2001 15:04:01
19 Jul 2001 15:04:01 Keith Slater replied:
Thanks I got it!

Reply to this topic