Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 30, 2012 08:21 AM by bouncyger
Star
10672 Points
2426 Posts
Apr 29, 2012 12:39 PM|LINK
Once again Will you please tell me In whch sub folder of your site the Image is stored and and how the image names are stored in the table.column.
Member
8 Points
68 Posts
Apr 29, 2012 02:05 PM|LINK
The images are in a subfolder called images which is in a folder called project.
The format is like "url"/folder/subfolder/another subfolder/another subfolder/myfolders/project/images
The aspx folders ar in the project folder too
Apr 29, 2012 03:13 PM|LINK
You mean the the iamage path is YourwebSiteFolder/Project/images/someiage.jpg. Right?
Apr 29, 2012 03:21 PM|LINK
yes but there are other folders between the main url and my website
eg mysite.co.uk/owner/aspfiles/employees/me/project/images/image.jpg
Thanks for your continued support on this, it is very much appreciated
Apr 29, 2012 03:41 PM|LINK
In this where is your aspx file located? in mysite.co.uk/ ?
Apr 29, 2012 03:45 PM|LINK
aspx files are in the project folder
Apr 29, 2012 05:51 PM|LINK
So your image path should be
"~/owner/aspfiles/employees/me/project/images/image.jpg"
Apr 29, 2012 06:09 PM|LINK
surely i can shorten that as the aspx file, the database and the images folder are all in the same folder?
Apr 30, 2012 02:36 AM|LINK
Agree, Then your path should be just "images/image.jpg"
B
Apr 30, 2012 08:21 AM|LINK
Thanks between your original solution and the longer path it is working, i just used an update query to sort out the database.....thanks mate!!
basheerkal
Star
10672 Points
2426 Posts
Re: Images in datagrid
Apr 29, 2012 12:39 PM|LINK
Once again Will you please tell me In whch sub folder of your site the Image is stored and and how the image names are stored in the table.column.
(Talk less..Work more)
bouncyger
Member
8 Points
68 Posts
Re: Images in datagrid
Apr 29, 2012 02:05 PM|LINK
The images are in a subfolder called images which is in a folder called project.
The format is like "url"/folder/subfolder/another subfolder/another subfolder/myfolders/project/images
The aspx folders ar in the project folder too
basheerkal
Star
10672 Points
2426 Posts
Re: Images in datagrid
Apr 29, 2012 03:13 PM|LINK
You mean the the iamage path is YourwebSiteFolder/Project/images/someiage.jpg. Right?
(Talk less..Work more)
bouncyger
Member
8 Points
68 Posts
Re: Images in datagrid
Apr 29, 2012 03:21 PM|LINK
yes but there are other folders between the main url and my website
eg mysite.co.uk/owner/aspfiles/employees/me/project/images/image.jpg
Thanks for your continued support on this, it is very much appreciated
basheerkal
Star
10672 Points
2426 Posts
Re: Images in datagrid
Apr 29, 2012 03:41 PM|LINK
In this where is your aspx file located? in mysite.co.uk/ ?
(Talk less..Work more)
bouncyger
Member
8 Points
68 Posts
Re: Images in datagrid
Apr 29, 2012 03:45 PM|LINK
aspx files are in the project folder
basheerkal
Star
10672 Points
2426 Posts
Re: Images in datagrid
Apr 29, 2012 05:51 PM|LINK
So your image path should be
"~/owner/aspfiles/employees/me/project/images/image.jpg"
(Talk less..Work more)
bouncyger
Member
8 Points
68 Posts
Re: Images in datagrid
Apr 29, 2012 06:09 PM|LINK
surely i can shorten that as the aspx file, the database and the images folder are all in the same folder?
basheerkal
Star
10672 Points
2426 Posts
Re: Images in datagrid
Apr 30, 2012 02:36 AM|LINK
Agree, Then your path should be just "images/image.jpg"
B
(Talk less..Work more)
bouncyger
Member
8 Points
68 Posts
Re: Images in datagrid
Apr 30, 2012 08:21 AM|LINK
Thanks between your original solution and the longer path it is working, i just used an update query to sort out the database.....thanks mate!!