display a image
-
hi, i want to display a image in a webpage,by saving the image path in the sql server 2000. i dont know how to do.please help me
jai prakash
Please don't ask the same question over and over. If you don't know enough about web pages to know what an img tag is, or indeed the ASP.NET equivelant control, then you should stop working, buy a book and work through it. Or you could try responding to advice by looking for keywords to type into google
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 )
-
hi, i want to display a image in a webpage,by saving the image path in the sql server 2000. i dont know how to do.please help me
jai prakash
This is a truly beginner question. It is the abc of web development. well all you need is to save the path in the sql database. using the insert statement. You can do this either by a direct sql statement or by using a stored procedure. all sql commans are available in the Sqlclient namspace. Then all it takes is to read the stored url from the database and put it as the imageurl of either an image tag (html) or an imageplaceholder tag (asp.net) I suggest that you get a good book in order to get this basic information. Should you need any help contact me. Chris