Link to home
Start Free TrialLog in
Avatar of crundle32
crundle32

asked on

How do you set up an API with ASP.net Webforms with data from stored procedure

How do you set up an API with ASP.net Webforms with data from stored procedure taking into account that data is dependent on the user login in.  Please remember this is webforms.
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

This question isn't a question, sorry!  There are at least three different technologies (APIs, web forms, SQL) mentioned and none of them have anything specific to do with each other.

Are you asking how you can create a web form that accesses a database differently based on which user is logged in?  Do you want to create a web service to pass data to authenticated users?
Avatar of crundle32
crundle32

ASKER

Looking to pass data to authenticated users.

Once user authenticated then use the userID  in a storedprocedure along with other values passed and return data REST.
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial