Forum: ASP Jan 23rd, 2009 |
| Replies: 5 Views: 2,234 I am happy to know that you have solved the problem.
I was offline for few days and missed your post.
Anyway, it will be useful to others, if you post a brief description about the solution.
... |
Forum: ASP Jan 12th, 2009 |
| Replies: 1 Views: 876 Hi:
The easiest way will be to
- Read the department names and tul pic names
- display the department name and hyperlink the department names with tulpic names and use a javascript for showing... |
Forum: ASP Jan 12th, 2009 |
| Replies: 5 Views: 2,234 Please post the code. Then only it will be easier to debug and advise you. |
Forum: ASP Jan 12th, 2009 |
| Replies: 3 Views: 1,200 If you are not going to show the details in the initial page, you can just retrieve a distinct value of galleryId and then use them to link to detail page.
eg.
SELECT distinct galleryID
FROM... |
Forum: ASP Jul 15th, 2008 |
| Replies: 4 Views: 1,034 Hi:
Just see the post by Vicky.. Follow his guidelines and that should solve your problem.
Cheers
NRV |
Forum: ASP Jul 14th, 2008 |
| Replies: 5 Views: 1,973 Hi Adrian:
There a quite a few methods for creating eNewsletters. I understand that you want to embed the image so that the images are visible even when the user is not connected to the net.
A... |
Forum: ASP Jul 14th, 2008 |
| Replies: 4 Views: 1,034 Hi:
The javascript seems to work perfect even in asp page.
I can't find any mistake in the syntax of Javascript.
I presume you are giving link in your asp script like
<a... |