How to change Image in Image Box at Runtime
-
Dear Programmers, I am developing a website in which I have placed an imagebox in it. The pictures are stored in MS-SQL-SERVER 2000. From their they are showing me the right path. At loading time I again recheck them the values are correct but when I assign them to imagebox as its url, It does not display the image. Please Note that I am using VB.NET as language in ASP.NET MY Website is in ASP.NET. Please help me friends as soon as possible. Your Friends, Zeeshan Ahmad Memon.
-
Dear Programmers, I am developing a website in which I have placed an imagebox in it. The pictures are stored in MS-SQL-SERVER 2000. From their they are showing me the right path. At loading time I again recheck them the values are correct but when I assign them to imagebox as its url, It does not display the image. Please Note that I am using VB.NET as language in ASP.NET MY Website is in ASP.NET. Please help me friends as soon as possible. Your Friends, Zeeshan Ahmad Memon.
you set the image using a URL from the DB, is the URL wrong, or does it just not display ? ( well, if the URL is wrong, it won't display, but is the problem that the URL changes, or that what you think is a valid URL does not work ) ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
you set the image using a URL from the DB, is the URL wrong, or does it just not display ? ( well, if the URL is wrong, it won't display, but is the problem that the URL changes, or that what you think is a valid URL does not work ) ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanx for giving reply so quick. My friend the path is write and during debugging it show me the path correct. I have also place some text with the image component button. I show me the text but it do not show me the picture. Please help me