Hi Ehtihsam This could be a way to do it .. 1. Store image name in a column 2. Store image in a folder 3. Access the image name from database 4. Display the...
Hello, Can someone tell me how to add an OCX control in ASP. I would like to use the Microsoft't ActiveX Control (DateTimePicker Control) MSCOMCT2.OCX Please...
Hi, thanks for kindly help.. I like your code - very simple.... And I have tried your code but the problem is... The MainId never display all the SubIds -...
try adding group by also. otherwise what u cld i do is: take distinct mainID's and loop and get the subids for each mainID. ILyas _____ From: Krishna HKusuma...
How can I make ADODB Stream work on my machine? I am trying to use freeaspupload and it tells me that library is not installed. Also Win XP Pro cant run my asp...
I have them there actually and I still cant execute them someone told me crystal report writer could be the problem is this true? I am stumped! ... Directory ...
I am trying to validate a form and make sure that the value entered into a field is numeric (so I wont generate an error on submitting to the database...) does...
hi... how ca I unsubscribe to the mailing list? thank you Rotem rotembor@... -- __________________________________________________________ Sign-up for...
What happens when you call a page on the server? Do you get any error messages? And how are you calling the pages? Are you using http://localhost/virtualname...
Look at the bottom of your message, or this one. Ray at work ... ...
Costanzo, Ray
rcostanzo@...
Nov 3, 2003 5:51 pm
7615
Hi Hokar, Just add 1 line which is highlited by "RED" Rgds Sridhar K INDIA Myconn = should be the connection string variable (Database connection String) '...
Sridhar K
sridharmu@...
Nov 4, 2003 12:43 pm
7616
horror! I uninstalled IIS and then reinstalled it and its now working! I dunno what I did but I know I shall run into this problem again! thanks for your time...
Hello Guys: If I want to turn buffering on for a site: do I have to explicitly set Response.Buffering = True on every page or is there some setting in IIS...
Right-click on your web in the IIS manager. Select Properties->Configuration->App Options->Enable Buffering ... From: Andy Mills [mailto:kamills@...]...
I'm having an issue when using the round() function. for example: aa_w1 = 64.55 aa_w2 = 30 aa_w3 = round((aa_w1 * aa_w2) / 100,2) So, aa_w3 = 19.36 Using the...
This is called banker's rounding, where even numbers are rounded down and odd numbers are rounded up, when the determining number is a 5. Take a look at this...
Costanzo, Ray
rcostanzo@...
Nov 4, 2003 3:02 pm
7621
Hi all, Ive been trying to read a XML file through asp, so i can get a (vb)array filled with the values from that page, but after 2 days, im getting ...
Niels Bieze
nrbieze@...
Nov 4, 2003 3:09 pm
7622
Thanks Ray. That's what I needed! ... down ... kbid=196652 ... is ... ********************************************************************** ... for the...
Hi, Has anyone started developing for RFID? Any microsoft tools available for RFID development? Is it the same or similar to wireless development? Thanks Jill...
... I'm not sure I understand: comparing RFID to Wireless would be apples to oranges, or else I'm completely missing something. I wrote an application for...
Hello Guys: What would I have to do to have a copyright caption at the bottom of every page and make that text very very light, almost like a watermark? I...
Here a link from www.dynamicdrive.com <http://www.dynamicdrive.com> that gives you four examples of placing a watermark on your page. You can place your...
Here a link from www.dynamicdrive.com <http://www.dynamicdrive.com <http://www.dynamicdrive.com> > that gives you four examples of placing a watermark on your...
Hi, guys: Here is a challenge. I got a new project that is similar to shopping online. I have a set of goods with their corresponding prices. Each item has...
Can you create your own variable type with ASP like you can with VB? If you can, I would go that route Rick Rose www.howlingwolfcomputers.com Custom Made...
Thank you for your input. Yes, I can create the variables. However, the only obstacle that I see doing it this way is the number of variables and no knowing...