Browse by Tags

Related Posts

  • Displaying Images from a Database

    Hi all, I have followed a tutorial on the 4Guys website and seen similar examples elsewhere, so I assume this should work, but it just doesn't. I'm trying to display image data (varbinary) from an SQL Server database. I have created my cut down webpage with the response output specified, but...
    Posted to Web Forms (Forum) by G0ggy on 04-08-2009, 12:00 AM
    Filed under: ASP.NET, binary image data, image, gridview
  • How to manipulate images and combe multiple database columns into one column in a GridView control

    Hi Folks, I'm hoping someone can help me out with something. I am trying to put together a photo album as a learning exercise and have a GridView control with two columns linked to an Access Data Source. In the left hand column (called Image) I want to display the photo and in the right hand column...
    Posted to Data Presentation Controls (Forum) by Morrislgn on 03-04-2009, 12:00 AM
    Filed under: asp .net 2.0, image, gridview
  • Displaying images in gridview

    I have a gridview in which i have 3 columns, having Name, User_Role and Login. Now I want to add in the very first column of grid, images of various users roles. Say, If a user is administartor, admin image will be displayed in that row, if another row is assiged to standard user the user of standard...
    Posted to Data Presentation Controls (Forum) by amitranjan on 11-21-2008, 12:00 AM
    Filed under: user roles, image, GridView
  • GridView Select Image URL - what is wrong here?

    1 < asp:GridView ID= "GridView1" runat= "server" AllowPaging= "True" AllowSorting= "True" 2 AutoGenerateColumns= "False" CellPadding= "4" DataSourceID= "SqlDataSource1" ForeColor= "#333333" 3 GridLines= "None"...
    Posted to Data Presentation Controls (Forum) by psyb0rg on 10-31-2008, 12:00 AM
    Filed under: image, Select command., GridView
  • Add an image to a GridView/DataTable

    Hello, I'm trying to add an a little image to a DataTable and then view it in a GridView. My current snippit of code looks like: dtP.Rows(0)(0) = New System.Drawing.Bitmap(Server.MapPath("grfx/circle_green.bmp")) That seems to work, but it when I set my GridView.DataSource to dtP and bind...
    Posted to Data Presentation Controls (Forum) by nminaker on 10-16-2008, 12:00 AM
    Filed under: bitmap, image, GridView, Data table
  • Re: onclick image zoom in the gridview

    Digish I have used this for your answer. http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm Put three files in the directory where your page is. add the sections to head as required < asp : DataList ID ="imagedatalist" runat ="server" RepeatColumns ="3"> <...
    Posted to Client Side Web Development (Forum) by sonesh_dabhi on 10-09-2008, 12:00 AM
    Filed under: image, zoom, gridview, lightbox, thumbnails
  • Issue with dynamic Image path in GridList

    Very new to asp.net so this should be a simple one... I think its just me struggling. what I am trying to produce is a list of images which ImageURL’s are read from a sql data source. I got that working but now I want to include the value from a DropDownList into the images path. What I want is when...
    Posted to Data Presentation Controls (Forum) by SeaJayPayne on 09-24-2008, 12:00 AM
    Filed under: image, GridView
  • display multiple images into a gridview without looping with a query

    hi all i have to display some records which contain also some images into a gridview. to do this, i'm using a handler that gets the image from the database and makes a Response.BinaryWrite(); i'd like to avoid this technique, since this way i'll have to execute one query per image i want...
    Posted to Data Presentation Controls (Forum) by KingDario on 08-13-2008, 12:00 AM
    Filed under: Handler, image, GridView
  • GridView: Check if entry has Image or not

    Hi all I've a GrivView where I'm showing the entries of a table. each entry MAY (but doesn't have to) have an Image which is read through a handler. The problem is that if there's no image for an entry, the cross-icon is shown. Is there a property that signals me if the Image control...
    Posted to Data Presentation Controls (Forum) by KingDario on 07-09-2008, 12:00 AM
    Filed under: Handler, image, linq, GridView
  • Gridview and retreiving an image from SQL 2005

    I have searched and searched and searched. All of the results that have come back in regards to "how to retreive an image from SQL 2005" have been overly complicated, complex situational code, not in the right language, etc. Let's just take a barebones approach to this. How can I make a...
    Posted to Data Presentation Controls (Forum) by FZero on 03-28-2008, 12:00 AM
    Filed under: sql, System.Byte[], binary, image, GridView
Page 1 of 2 (12 items) 1 2 Next >