Guys, Sorry to ask this question as this might have been answered earlier. I couldnot find an effective and simple solution to this. I have two dropdown...
What are the 7 questions you have come up with? I think that if list-members participate, we may be able to put together a decent list! I've been after such a...
Hello Guys: This is an OT question, but relates to ASP in a round about way ;-) My boss came to me and asked me to compile a list of questions that would need...
hi list can you give me some asp example on how can i access the first and last record even im on the, let's say im in the middle of 50 records. 10 per record....
Hi All, Can anybody tell me how to take care of this problem Warning: Page has Expired The page you requested was created using information you submitted in a...
A bit off topic, but does anyone know of a good product (inexpensive) that allows you to optimize your sites for top ranking and submit them to search engines?...
hi group, do any one of you know how to mark the activex control as safe for scripting, so that when it is used in the html/asp files to be used in the...
If the browser is IE it remembers whether the it was maximised when it was last closed or not, and opens the same way. If you want to do it through code it'll...
installing and registering cdonts.dll will definately work, i have done it in the same way previously.. regards anchoori. ... From: mazda_offroadriders To:...
hi friends do anyone know how to create the signed activex controls so that it can be used in asp/html in order to not to display any alert while executing. ?...
I wouldn't know how to argue this point other than just screaming and yelling, but anyone who has been in IT for more than a day should know that when you...
hai guys.... i am having a big problem here, can anybody help me? actually i am developing a simple ASP web system (room reservation system) for the use of one...
Putting together text for a web page is probably HARDER than writing the code. You should certainly bill him at your normal rate. If he's uncomfortable doing...
Hi, I am currently doing a website for a Disk Jockey and he does a fair amount of work, but wants exposure on the web. I have created a content managment...
hi can someone explain to me one what is one dim array and two dim array?with example please. a l i [Non-text portions of this message have been removed]...
Hi, A fellow developer says that CDOSYS would not be the standard way to send out. Although I acquiesce it is not the easiest to setup, I find it SO flexible...
What is the difference between Request("field") and Request.Form("field"). I know between Request.form and Request.QueryString. Is it that the amount of...
You don't "turn off" cookies on the server. What are you trying to do? You can just disregard the cookies in your page by not doing anything with them. Ray at...
Can anyone tell me how do you turn off cookies for one page in your site? Regards, Sweta ... Do you Yahoo!? Get better spam protection with Yahoo! Mail ...
Does anyone know of a task list application which I can run in a hosted Windows account? I have a client with a hosted Windows account that supports ASP and...
http://www.tele-pro.co.uk/scripts/xmltask/ found with a Google search. It's XML, not Access, but the conversion would be easy enough it needed. Dave S ... ...
Hello Guys: I have the following code that works, where objExcel is my connection to my Excel file I am updating: objExcel.Execute("INSERT INTO CompanyName...
Need more details, like the HTML snippet of your form, and the ASP code that is supposed to grab its value, as well as the line that is supposed to then...
Hi there! A new dilemma. I have a <textarea>hello there</textarea> field and I want to pass its content to another form. I am using the txtField as the...
Hello Guys: Here is an ongoing saga of trying to write to the Excel File. I am convinced that I have finally succeeding in being able to write to it (I had to...