G
Ganesh
Hi There,
I've a page with with sqldatasource and detailsview, detailview was assinged
to sqldatasource on design time. Now i would like to display a some fileds
value in text box.
How can i get the values from sqldatasource. Sqldatasource always returns
one row only.
I expect something like ths
string StockName = SqlDatasource.FieldByName("StockName").AsString in my
pageload.
Thanks
I've a page with with sqldatasource and detailsview, detailview was assinged
to sqldatasource on design time. Now i would like to display a some fileds
value in text box.
How can i get the values from sqldatasource. Sqldatasource always returns
one row only.
I expect something like ths
string StockName = SqlDatasource.FieldByName("StockName").AsString in my
pageload.
Thanks