Call me naïve, but I am looking for a decent RSS script which will work with versions 0.9, 1 and 2 of RSS and will also merge several RSS feeds together and...
Max: I have a book ASP.Net unleashed by SAMS publishing (bright orange book). It has some very good "real world" examples in the back of the book. I would ...
Thanks Andy. I'm yet to see any books in the stores here dealing specifically with asp.Net. I'll try get someone to purchase ' ASP.Net unleashed' for me on the...
Hi there, I have a small issue. I have an ASP page that contains several dropdown fields. Each of the dropdown's data consists of sentences. When I select a...
Thank you. But Sorry, it still does the same! Doesn't work... Adrian Forbes - ITD <adrian.forbes@...> wrote:Put quotes around the VALUE field <option...
Hi Arnnie, ... If you have commas in the value and are using several fields of the same name you'll have this happen. Use separate fieldnames. Regards, Shawn...
Have a look at your local library for .NET books. I borrowed an elementary one on ASP.NET (VB) and one on C#. I wouldn't want to own either, but they were...
Well, let me start by saying that the dropdown values are loaded from a SQL database. all the values are sentences. not of a single word. This is my code: ...
Hi, is me again. I got it to work. I play with it and it works now. This is my new code as follow: <option value= "<%=rs1("CenterDescription")%> "> <%=rs1...
Hi: Is it possible to pass some values too in respons.redirect method Thanks, __________________________________________________ Do You Yahoo!? Tired of spam?...
What happened when you tried it? Dave S ... From: Kirpa Mehta To: active-server-pages@yahoogroups.com Sent: Saturday, September 03, 2005 6:39 AM Subject: [ASP]...
What is the meaning of that error I run the query with constant value and even the value is present in the database than why it gives error Set rs =...
I'm finding it very difficult to understand what you are asking or what you are trying to do. I wonder if you need more information on how data and process...
Please post the rest of the code too. This error is unlikely to have been generated from this particular statement. The error suggests that you have retrieved...
This works and the right records are inserted into the right place, but I receive the error "Either BOR or EOF is True, or the current record has been...
Hi Christie, ... You've enumerated all the records in the resultset on previous iterations, then you're "moving next" when you're at the last record, causing...
Still being dumb but below results in same EOF or BOF is true error but now also points to an error at the line indicated in the code below. Correct records...
Hi Christie, ... You should always use ".value" to ensure you're getting the correct typed result, otherwise the assignment above may obtain a pointer to the ...
Basic idea behind this is allowing someone to copy a parent record, insert it as a new record with a new ID and then select from all child tables records that...
I'm stepping back to your original question, as I think Shawn's first thoughts might have been slightly in the wrong direction. You don't need the "If Not...
First thing to note ... this isn't done by ASP, you need to do it in the browser using JavaScript. This means that the action="form2.asp" in the second page's...
Yippee yahooey. Thank you, you're name is very appropriate and it's a much better morning thanks to you. Had to go offline to deal with my septic system...
I'm glad it worked. As (I hope) I indicated, I was using someone else's expertise, having found the technique on the net. Dave S ... From: Christie Mason To:...
This one should have been easy but I'm getting a syntax error (missing operator in query expression 'Your Order is Being Processed'. <CODE> mySQL = "Insert...