I am using llblgen version 2.5 with adapter and visual studio 2005 with sql server 2005.
i had created a stored procedure and then viewing portion of its data in the webform with a gridview.
Now i want when the user selects that row the its detail should be shown for editing.
How can i filter a stored procedure.
At the moment iam doing this:
gridunupdated.DataSource = RetrievalProcedures.ManualInvoice();
gridunupdated.DataBind();
now i want to filter that stored procedure...
create a function ......somethg like that sort.
sugesstions please