S
Stan
Hi,
My stored procedure returns FirstName and LastName fields.
I want to bind a DropDownList to the results of this stored procedure and
combine two those fields.
Although it would be very easy to make a database view (SELECT FirstName + '
' + LastName ....) I don't want to do that.
Is it possible to execute the stored procedure tha I have, fill DataTabe and
than build a DataView which combines columns?
Thanks,
-Stan
My stored procedure returns FirstName and LastName fields.
I want to bind a DropDownList to the results of this stored procedure and
combine two those fields.
Although it would be very easy to make a database view (SELECT FirstName + '
' + LastName ....) I don't want to do that.
Is it possible to execute the stored procedure tha I have, fill DataTabe and
than build a DataView which combines columns?
Thanks,
-Stan