R
Roffers
Okay, so I have my stored procedure that looks something like this
AS
SELECT VAL 1, VAL 2
SELECT VAL1, VAL2
GO
And I need to display these into a datalist control, does anyone have
any idea how I can go about this?
Any examples of code in C# or VB.NET would be greatly appreciated.
Cheers
Mark
AS
SELECT VAL 1, VAL 2
SELECT VAL1, VAL2
GO
And I need to display these into a datalist control, does anyone have
any idea how I can go about this?
Any examples of code in C# or VB.NET would be greatly appreciated.
Cheers
Mark