Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ASP Solutions: 126 - 150 of 4180
 
Hello. I am in desperate need of an answer.  I am trying to send a mass email.  I am using the jmail component.  Then, I am looping through the recordset and sending the email out.  Well, I...
I am using MSXML2.ServerXMLHTTP to access a web page which is located on another machine(localwebserver),trying to send XML request  & accept the response  During the "Send" I get the foll...
Hi, I want to create an online leaflet generator whereby a user selects a background image - Enters some text - uploads a logo and enters a phone number - It then will generate a high reso...
I need to be able to use asp (classic) to execute a stored procedure that has 1 parameter and returns it's information into a recordset.  I have tried quite a few code examples from the web an...
When connecting to an Access Database, I get an error with this error type:      Microsoft OLE DB Provider for ODBC Drivers (0x80004005)      [Microsoft][ODBC Driver Manager] Data source name too ...
what is the equivalent function of isset()-PHP in ASP...
Could someone provide me a snippet of code that would, in VBScript, create the Excel object, put in some data, and then automatically show some sort of chart? Never worked with the Excel ob...
I am trying to a string compare in asp, the userCriteria string string looks like 8+205 16+15745 17+4674 18+481 19+2924 23+16824 23+16540 23+16558 the workgroupCriteria string looks like 16...
Can anyone tell me how can I prepare for a brain bech test in Webprogramming, ASP , SQL, XML etc.. Are there any brain bench sample tests for free?
Hopefully this will be a nice easy question. I'm trying to use an ADODB Stream to concatenate several strings and eventually save the stream to file. I've never used a stream before, but it...
I currently have a form that sends data to a page that sends it to the database, //Form code <form action="../Copy%20of%20flashsystem/addcomment.asp" method="post" name="commentform" onS...
Experts, I have a big problem, We have developed a web application that is running on Windows 2000 server SP4, and IIS 5. Every now and then the application goes down, the browser keeps on ca...
Transferring an ASP application from Windows Advanced Server (IIS5) to Windows Server 2003 - Enterprise Edition (IIS6) Here is the code that errors out: 'Run memory checking batch file Se...
Hello Experts. I wrote the search engine who is acting well if a too large amount of data isn't a result. if data is too much I receive the following error: Response object error 'ASP ...
This is an error in the EventViewer Application log in a newly installed Win 2003 Web Server: --- error start --- The configuration information of the performance library "C:\WINDOWS\syste...
I have a asp page where I need to create a fixed div to show some static content on the right side of the page. I want this to be seen even when users are scrolling over the page so that this ...
I am fairly new to ASP and I am having trouble doing a conversion in my SQL query. I am working on a asp form that has two date fields for filtering between the specified range. I am pulling t...
Hi, Experts I have a code which to send an e-mail out. Now I want it to send some other language than only English (ex, my local language, Thai). I tried every solution I could find in goog...
HI All, This may be really easy, but I can only work out part of this query. How can I select the top 10 users (FullName) from tblMain who raise the most amount of tickets. Do I need to...
Hello, I have a database with about 500 or so records in it. I'm setting my pagesize to 10 so that my asp page will display only 10 records per page.   My current page navigation looks l...
what are the valid values for sendusing and smtpauthenticate? for CDO.Message? objMail.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 objMail.Configur...
Hi, I have a Flash component driven by XML records. You can see what it's doing here: http://www.jokesnob.com/project_portfolio.asp One of the requests from the client is to be able t...
Hello everyone, thanks for taking the time to read my question. Background: -------------------------------- We have an authentication module that a bunch of folks use across our enterpri...
Hi, is there a way to make my numbers always round up, say i have 1.1, i want it to always round up to 2, anyone know of a way of doing this, as the Round() function seems to go up or down dep...
Hello, Is there a function in ASP to determine whether a string has a certain character in it and will return a true or false or something similar ? thanks, GISVPN