how to bind a image
-
Hi to all, I designed a webpage with asp and c#, in that I want to bind a group of images. I place a dropdownlist,in that I binded India, US,UK. If the user selects the India means the images related to India should be displayed. I am using sql server 2000 as backend, I stored the picture path, picture name and the corresponding country to the image also I stored. I don’t know how to bind the image in the website. Thanks jai
jai prakash
-
Hi to all, I designed a webpage with asp and c#, in that I want to bind a group of images. I place a dropdownlist,in that I binded India, US,UK. If the user selects the India means the images related to India should be displayed. I am using sql server 2000 as backend, I stored the picture path, picture name and the corresponding country to the image also I stored. I don’t know how to bind the image in the website. Thanks jai
jai prakash
What do you mean by 'bind' ? Create a repeater that generates img tags with the paths that come back from your database request.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
What do you mean by 'bind' ? Create a repeater that generates img tags with the paths that come back from your database request.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
how to display a single picture,by saving the path of the image from the database.
jai prakash
-
If you need help that is immediate, I suggest finding someone you can pay for it. I've been working.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
how to display a single picture,by saving the path of the image from the database.
jai prakash
Just by dong what I said, but for one image - the img tag is all you need.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )