I am using sqldataadapter for my gridview, but it doesn't talk with stored procedure. How can I use it with stored procedure?
Printable View
I am using sqldataadapter for my gridview, but it doesn't talk with stored procedure. How can I use it with stored procedure?
found the solution here: http://www.dotnetspider.com/resource...taAdapter.aspx
Hey,
Yes, this is a standard method of ADO.Net.
If your question has been answered, remember to add resolved.
Gary