Related questions
Keyword not supported: 'server'
I've been trying to edit my connection string for uploading my website to a server.
I am not really experienced with this. I got this exception: the Keyword not supported: 'server'.
Here is my connection string:
<add name="AlBayanEntities" …
Call a stored procedure with parameter in c#
I can do a delete, insert and update in my program and I try to do an insert by call a created stored procedure from my database.
This a button insert I make work well.
private void btnAdd_Click(object …