Actually the SPs in which I made changes were to fetch certain values from the database tables, by inner joining the Login table with the concerned tables.
But now from when I have passed Session["Login_Name"] to the aspx pages, none of the SPs are working i.e they donot fetch values from database.
What shall I do?
When I started with this project, I didnot pass any Login info to any of the pages, but for Login page. Now, I have to add users in my project, so that each user logs in and does his work. Its like maintaining his/her account.
coolpal9
Member
156 Points
520 Posts
Re: How to pass Login_ID in web page to authenticate the user?
Apr 13, 2012 11:35 AM|LINK
Actually the SPs in which I made changes were to fetch certain values from the database tables, by inner joining the Login table with the concerned tables.
But now from when I have passed Session["Login_Name"] to the aspx pages, none of the SPs are working i.e they donot fetch values from database.
What shall I do?
When I started with this project, I didnot pass any Login info to any of the pages, but for Login page. Now, I have to add users in my project, so that each user logs in and does his work. Its like maintaining his/her account.