Pictures and SQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dscreation
    New Member
    • May 2007
    • 13

    Pictures and SQL

    Okay the situation is this;
    I am making a self populating certificate.
    I am pulling the name, date, citation, etc from a sql data base.
    There are three types of awards.
    On each certificate there are 2 images that need to be displayed base on the type of award.
    The user will be able to look at a list of awardees and then click on "View Cert".
    That is when they get redirected to the cert page.
    I can populate everything on the cert page execpt the images. Does anyone have any ideas on how this can be done?

    Thank you,
    lost with images
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    Which platform you are using ?
    Please refer this
    Link
    for Storing Images in Sql Server.

    Comment

    • dscreation
      New Member
      • May 2007
      • 13

      #3
      Originally posted by shweta123
      Hi,

      Which platform you are using ?
      Please refer this
      Link
      for Storing Images in Sql Server.

      I am using Visual Web 05.
      Another thing is; when the user fills out the create award form, the image is being uploaded when this form is submitted. So if the user pick award 1 from a drop down list the right image will be uploaded when the form is submitted.

      Comment

      • shweta123
        Recognized Expert Contributor
        • Nov 2006
        • 692

        #4
        Hi,

        It is not clear wheather you are using C# or Vb?
        Anyway , Please refer this Link .

        Is it that you are trying to do?


        Originally posted by dscreation
        I am using Visual Web 05.
        Another thing is; when the user fills out the create award form, the image is being uploaded when this form is submitted. So if the user pick award 1 from a drop down list the right image will be uploaded when the form is submitted.

        Comment

        Working...