Hi.
I have loginname tool to display the username of the user after they log in.
I want to capture the username and insert into a table automatically when submiting a particular form in my page.
Any ideas?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
samPosted Aug 22, 2010, 11:26 PM
Lets say,there's a form in particular page,all the fields must be sent to database,while capturing the username automatically and insert into the same table with the form values.
Bryian TanPosted Aug 22, 2010, 9:54 PM
What method the tool currently use to display the username? Let said the tool call the property/ method "UserName" to output the username after log in. Then write the code to insert the tool.UserName value into the table.
Thanks,
Bryian Tan