displaying pictures from sql server into a datagrid [* Not Resolved *]
Hello,
I have a database application using C# and ASP.Net. I have descriptons of houses plus a picture in the house. I want to be able to retreive the house descriptions and picture from the SQL Server 2000 database into the datagrid.
I can save and retrieve the descriptions but the picture does not show in the datagrid.
Code:
Condo.CondoServices WS_DisplayRooms = new Condo.CondoServices();
ds = WS_DisplayRooms.DisplayRooms();
grdRooms.DataSource = ds.Tables["House"];
DataBind();
Many thanks in advance,
Steve
Re: displaying pictures from sql server into a datagrid
Hello,
Can anyone not help me with this problem.
Thanks in advance,
Steve