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.
Many thanks in advance,Code:Condo.CondoServices WS_DisplayRooms = new Condo.CondoServices(); ds = WS_DisplayRooms.DisplayRooms(); grdRooms.DataSource = ds.Tables["House"]; DataBind();
Steve




Reply With Quote