I have an acces DB which holds an image file as an OLE Object (data type) this however shows up in my ASP page as "?$". where am i going wrong, i know it is...
Hi I am in the process of designing my first full ASP ecommerce site for an electrical retailer (a ground breaking acheivement for me). Just one or two issues...
Hi Dan Well done! Option 1 sounds like the way to go. If its all stored in a DB anyway, then all you have to do is build a small admin section for them to ...
I've no problems with the update/ins/del pages into the DB however my main grey area is how to get the images into the DB. Will the pure ASP upload ext manage...
Ah, ok, that's a dif story, you didn't say anything about image upload before. First find out what eupload object your host supports. They're very picky ...
Sorry, it's usualy not until too late, you realise major points are missing from your post. Another issue is how they will get the orders from the DB, e.g. for...
The extension should work fine for all uploading purposes. They may have to learn a little HTML linking etc to get good at doing the work though. Take a look...
Thanks for the advice. I shall be checking back with my client and discuss the issues with him and see what way is the righteous one. Though there doesn't seem...
Thank you for writing back to my message Moshe, and as you can see, I took a LONG time to get around to reading it. I had been tinkering with the "Rules...
I got this page in aspx and a component (dll) in the bin folder of the site. What is the attribute of the page directive I have to use to access this...
Dear List. How can I break a long text into multiple pages? Text comes from a field in databae, and contains (let's say) 1000 characters. How can I present 200...
Ilias Birdas
birdas@...
Nov 30, 2003 7:06 pm
5322
What language are you using? ASP? PHP? .NET? ... From: Ilias Birdas [mailto:birdas@...] Sent: Sunday, November 30, 2003 9:06 PM To:...
Ooops, sorry! ASP (VBscript) Ilias ... From: "M Tapnack" <elists@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Sunday, November 30, 2003 10:43 PM ...
Ilias Birdas
birdas@...
Nov 30, 2003 9:35 pm
5324
Well, something that pops into mind is: Page.asp: strStart = request.querystring("start") If IsNull(StrStart) or ISNumeric(StrStart)=False or strStart = ""...
Hello i am doing a questionnaire which as a radiobutton for the user to select yes to and then they should fill in the remainder of the boxes but only if they...
I'm trying to use DMX's built-in Check User Name SB to prevent duplicates of a certain field being inserted into my db. I've modified it to be used to check...
Hello list. I have this database, with table A, with 7-8 fields, each of these fields is a foreign key to 7-8 other tables, linked to the main table Is there a...
Ilias Birdas
birdas@...
Dec 12, 2003 1:01 am
5329
Hi All Does anybody know a good website or a book for a Community Forum development using Dreamweaver MX and ASP? Magda [Non-text portions of this message have...
i have a slight problem with a frameset of mine, the main frame flashes in Netscape but not IE. the site is www.fineperfumes.co.uk and the problem just seems...
Yes, you could use a COMMAND (Stored Procedure), incorporating it with an Insert or simply by itself. You can create many commands and this would be ideal for...
Good Morning Magda (or afternoon where you are from I suppose.), I have to leave my office in a bout 30 seconds, so I did what I could and found you a link to...
I am assuming that you used a .blink{ text-decoration: blink; } command in your external style sheet to create the flashing text effect? If so, you need to be...