


I have an access database online that is manipulated with ODBC and ASP pages. I then use CDONTS to send info to various parties. Is there an easy way to have that data placed into an attached excel spreadsheet and send it instead of just a body full of email text? I assume the server would need...
I always get the message "Source code is not available for current statement" when I want to debug an ASP file.I use Windows 2000 Server and Visual Studio 6 (all service packs are installed.) ASP debugging is enabled in IIS.I've found the error in MSDN http://support.microsoft.com/default....
I'm running an access database with asp on my website:http://www.styleboost.com I've added a rating system, which counts the number of votes so far (+1 for each vote) and adds up a total rating (current total + (1-5)). This means that there are two columns in my table (rating_sum, rati...
Hello All, Has any one done sorting of columns in .CSV file?I am aware that it is possible but if any one has done it in ASP please help me with a code.Cyrus...
Can I sort my ADODB.Recordset by a field once the recordset is already created or should I be doing this at the SQL SELECT level / point? Is there a sort option for the recordset?...
Let me explain what I am looking for:1- hyperlinked alphabets... A B C D E F .... and so on... when you clcik the alphabet you want it will produce a table with the info that statrts with the letter A only.2- when the table that has the list that was picked from the alphabet, the names will b...
Hi all,I would like to create an initial web page (intranet for when users logon to the network) which displays, based on their user id a list of availible ms access databases that they can open.The problem is that when the link is clicked on the web page they are prompted to save or open the a...
sql stringsx = 1 ' integery = "1" ' stringwhich one(s) are correct?sql = "SELECT * "sql = sql & "FROM SomeTable "sql = sql & "WHERE SomeField = ' " & x & " ' or sql = "SELECT * "sql = sql & "FROM SomeTable "sql = sql & "WHERE SomeField = " & x & " or sql = "SELECT * "...
Hello all,This is for all the novices out there new to the world of ASP.NET.ASP.net by Microsoft is also known as ASP+ is not reallly a upgraded version of ASP. It is a entirely new technology in terms of server side scripting.ASP.NET delivers amazing performance when used with the .NET framewor...
Hi,I am going to take 70-305 exam within next two weeks. But I cannot figure out 1. how many questions will be on the test2. how long the test will be lasting.Can you help me? And I try to find out free 70-305 mock exams, some websites just provide demos -- few questions. Do you know where I can...
Hi, I've tried for 3-4 days to develop my first ASP.NET application, and I have a few questions: 1) when working with 'include' <!-- #include virtual="..." -->, is there any way to include a page which has got codebehind ? (without getting an error saying that there can be o...
I have made a small shopping basket in asp which is having a cacheing problem. Everything works fine on the first visit to the site, you can add and remove items from the basket np but once you close the browser and the return the second time there is a phantom iteam in the basket. Once you go t...

