User-677746510 posted
I'm creating a web application using a web form which essentially transfers data from an excel sheet to a table. I'm using the EPPlus library to do all of that, and have a working connection. My question is how do I use an already existing stored procedure
for determining my primary key, and implement that into my application? What does that look like? Sorry if this is very simple, but I am new to ASP.NET and C#. Thanks!