Dear Mark: Thanks for your response. Sorry I didn't get back to you sooner. In answer to your question (as I understand it), the variable is in fact being...
Hello everyone: Thanks for your help so far on my paging program. I've made definate progress, but my program still isn't quite working 100 percent. In my code...
Here is why your code doesn't work: Your code to get the drop down value depends on your form being submitted. However, your "next" button does not submit...
Another way would be to pass a comma-delimited string of elements you want to hide, so you could alter as many elements as you need with one function call: ...
Thanks Bob/Peter /Jubair for your inputs. Used Bob's code & it's working fine . Thanks once again, Hemant ... Got a little couch potato? Check out fun summer...
Dear Jubair Qazi: Thanks so much for your response to my post. Forgive me for asking, but I believe there is some syntax missing from the end of the line you...
You'll need to add a little error trapping to your code so that you don't get the BoF/EoF error. But we can do that later. The value for the variable...
Thanks to Mark for helping me with my paging program. I want to add some code which will allow the user to enter a page number, click on a button and go...
Dear All, I am developing a site where I have to manage the stock of the products. Problems I am facing are # How to manage if a user put qty more than the...
... Wait until they actually "place the order" if you know then update the database with a "message" field and send them that message via the browser. ... Wait...
Dear Charles, Thanks for your kind response. But I am doing some real time stock management like in hotel booking site. If the admin alloted only 2 rooms for...
The inventory would be in a database. You can "warn" people that the room may be booked and it is first come first served, but if Ted for example shops and...
Can you post all your code? Mark mccurdy_czz_rob <mccurdy_czz_rob@...> wrote: Thanks to Mark for helping me with my paging program. I want to add some...
Dear Mark: As you requested, I have posted my code below. It's the same program as before, only with a sub routine added near the end which displays the form...
pagenumber=request.form("form_pageno") should be pagenumber=request.querystring("form_pageno") ... [Non-text portions of this message have been removed]...
Hello Folks, I have a small query whether we can link crystal reports with asp to show the client charts as well as graphs like we show in excel If so can i...
It has been a LONG TIME since asp classic but I have a stored procedure that grabs 3 fields from a Table. I am used to iterating through a recordset in code...
mbelcher
AspClassicAnyQuestion...
Sep 17, 2007 11:54 pm
8077
you can use something like this set conn = server.createobject("Adodb.connection") set rs1 = server.createobject("ADODB.recordset") conn.open "YOUR CONNECTION...
I've been writing vbs for years, I write a lot of HTA's but want to start with ASP's. any good sites to start learning? I figure if I know HTML and VBS I...