I have a Stored Procedure which returns either one or no rows (0-1 rows), and I use DataSet so I add my stored procedure to my dataset then I call it.
Now I want to bind a textbox’s Text property to a field of the returning row, how can I do that?
I have a Stored Procedure which returns either one or no rows (0-1 rows),
Share
try this..