HI,:)
My Stored procedure inserts (OR DO NOT) user data to the database based on some conditions.
How can I inform
VB.NET code of the "stored procedure's execution results" to inform the web form (I mean user)?
The Data inserted OR not inserted, this is the problem, says the code :D(asks user I mean). I tried ExecuteNonQuery, but it couldn't do that.
THANKS