Results 1 to 2 of 2

Thread: displaying pictures from sql server into a datagrid [* Not Resolved *]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    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
    Last edited by steve_rm; Apr 27th, 2005 at 03:11 AM.
    steve

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Re: displaying pictures from sql server into a datagrid

    Hello,

    Can anyone not help me with this problem.

    Thanks in advance,

    Steve
    steve

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width