Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created a login page,i create guid code and save in database with my password , now i will in login get username and password , i want add guid in database with text in textbox password .
how i can do it ?
Posted
Updated 16-Nov-14 23:47pm
v3
Comments
aarif moh shaikh 17-Nov-14 5:47am    
Not Clear Question... Please give more detail
Shweta N Mishra 17-Nov-14 5:48am    
Do you mean that, you want to store GUID and password concatenated and store in password column?
King Fisher 17-Nov-14 5:53am    
Unclear

1 solution

Don't. Use the existing systems instead: Introduction to Membership[^] - It's easier, simpler, and almost certainly more secure as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900