This topic is locked

Add user name automatically in the adding page

4/8/2010 1:13:03 PM
ASPRunnerPro General questions
K
khaledde author

Hi all

I have one program in the internet. I made it by asprunner. The members can login by them username and password. When they login they can add them information by click on the add .

For example somebody login by member (ana) and the password is (123123). He want to add his information such as ( country, address and phone number).

This information will add to the program.
I want the program add the username automatically ( ana) in the program with out adding his username (ana)Manually in the add page. I want this action to know who add this information ? (by who?, witch members add the information?).
Can someone tell me how to do that?
Sorry I am not good in English but I think you will get my idea.
Thank you my friends

Sergey Kornilov admin 4/8/2010

Set default value of the field where you want to store username to Session("UserID")

K
khaledde author 4/8/2010

thank you too much for answering but the username not come in the list page. I saw (UserId) in the list page. I did not see member name.
I have two tables (main and users) in access . the first one for data program and the second one for username and password
I want put the username in the first table but the username is in second table.
This is the Project

Sergey Kornilov admin 4/8/2010

I recommend post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

K
khaledde author 4/9/2010

Thank you ....
I did