You can Maintain LoginID across the page using Session.
Session["LoginID"] = "SomeUserID";
@prabhuvincent
It worked when I used Login_Name insstead.
But now I am facing a different problem. Since I made changes in the stored procedures also, now wherever I was getting the values fetched from the tables, I am not able to get them fetched.
coolpal9
Member
157 Points
524 Posts
Re: How to pass Login_ID in web page to authenticate the user?
Apr 13, 2012 06:46 AM|LINK
@prabhuvincent
It worked when I used Login_Name insstead.
But now I am facing a different problem. Since I made changes in the stored procedures also, now wherever I was getting the values fetched from the tables, I am not able to get them fetched.
What shall I do now?
Can you pl help me out...