Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all,

I have used a stored procedure approach to create login system on the website I m working on. But I couldn't fetch the details of the persons after login.

I am using Visual Studio 2008 in C# language.

So kindly help me its urgent.

Thanks in advance.

Following is the stored procedure code page that I used for login system.:
http://www.dotnetfunda.com/articles/article808-how-to-write-a-simple-login-page-in-aspnet-.aspx[^]
Posted
Updated 30-May-11 8:44am
v3
Comments
[no name] 30-May-11 14:45pm    
Don't say "its urgent", this is a volunteer site and people will choose to answer, or not, on their time, not your. What is urgent to you is unimportant to everyone else.
ani4hp 30-May-11 14:53pm    
I appreciate your concern Mark. I am not pressurizing anyone here to help me. Just mentioned that it was important for me to get it solved as early as possible. I apologize from the core of my heart for any sort of misappropriate behavior.

1 solution

There is already a builtin system for handling users. http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx[^] Is there some reason you can't use this?
 
Share this answer
 
Comments
ani4hp 30-May-11 15:00pm    
Thanks for the support,

I tried membership option but it didn't worked out as expected that's why I switched to stored procedure for login.. but then I am facing problem of not retrieving database of the user who has just logged in.
[no name] 30-May-11 15:28pm    
There are many step by step guides to help you with implementing ASP.NET Membership. I would suggest you follow one of them, then ask questions if you have a difficulties.

Also, if you do ask future question statements such as "it didn't work out as expected" is not very helpful. Remember, unless you tell us what your expectations are we have no way of knowing.

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