I have created stored procedure in Mysql and now i want to call this stored procedure using Dblinq.I am using C# language.
This stored procedure return data set and i want to bind grid using the result of procedure, but i don't know how to do this, i search for this for 2 days but not get any proper solution, so please if any body know the solution please replay me with example.
Thanks
Loading
CrishPosted Jun 1, 2010, 5:50 AM
try below links for your solution..
http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx
http://msdn.microsoft.com/en-us/library/bb918119.aspx
Don't forget to Mark Do you like this Answer
that solved your problem!