C
COHENMARVIN
I have a sqldatasource and a formview. I bind the formview to the
sqldatasource, and hope that automatically the fields of the select
statement in the datasource will appear in the itemtemplate of the
formview.
For instance, if my stored procedure that is referenced by the sql
data source returns a lastname and a firstname, I want to see two
labels in the formview - one for lastname and one for firstname. But
this isn't happening. Is there a way to make it happen?
Thanks,
Marv
sqldatasource, and hope that automatically the fields of the select
statement in the datasource will appear in the itemtemplate of the
formview.
For instance, if my stored procedure that is referenced by the sql
data source returns a lastname and a firstname, I want to see two
labels in the formview - one for lastname and one for firstname. But
this isn't happening. Is there a way to make it happen?
Thanks,
Marv