In my application, earlier I had only one user. Now I am to add various users. And each user should login to view his/her details. That is each page should be authentic to a user.
In the database tables also, only in one table containing Login details, I have the parameter Login_ID. Rest no where it is there. In my stored procedures I have added Login_ID. But now at this point when I run the code, it shows an exception at every stage
saying that Login_ID is required.
How shall I pass Login_ID in the pages? Pl help me...resolve this issue...
coolpal9
Member
156 Points
520 Posts
How to pass Login_ID in web page to authenticate the user?
Apr 13, 2012 05:13 AM|LINK
Hi,
In my application, earlier I had only one user. Now I am to add various users. And each user should login to view his/her details. That is each page should be authentic to a user.
In the database tables also, only in one table containing Login details, I have the parameter Login_ID. Rest no where it is there. In my stored procedures I have added Login_ID. But now at this point when I run the code, it shows an exception at every stage saying that Login_ID is required.
How shall I pass Login_ID in the pages? Pl help me...resolve this issue...