| Thread | Last Post | Replies |
|
| I want to code upload functionality | 29 Jul 2005 20:17 GMT | 1 |
Now I have it. Where I am using <INPUT id="fWaiver" style="FONT-SIZE: x-small; FONT-FAMILY: Verdana" type="file" name="File2" runat="server"><br> <INPUT id="bWaiverUpload" style="FONT-SIZE: x-small; FONT-FAMILY: Verdana"
|
| DropDownList | 28 Jul 2005 16:17 GMT | 3 |
I have to dropdownlists on my page: one containing project names, second containing project versions. I would like to refresh the contents of the second dropdownlist right after the selected item in the first dropdownlist is changed. I tried the SelectedIndexChanged event but it
|
| error "ASP 0178 (0x80070005)" beim Debuggen | 28 Jul 2005 07:10 GMT | 2 |
Ich möchte eine ASP-Seite debuggen, in der mit set obj = Server.CreateObject("myDLL.myClass") mein COM-Server instanziiert wird. Die Seite läuft einwandfrei, bis ich im VisualStudio6.0 in den
|
| SMTPsvg.Mailer | 25 Jul 2005 07:27 GMT | 4 |
I know that the SMTPsvg.Mailer component is used to send mails from ASP Page. Can any body tell me where can I get the Component for download or Do I need to purchase the component?
|
| Web Site Efficiency | 23 Jul 2005 11:06 GMT | 3 |
Hope i'm in the right group. I'm developing a small non-commercial website to run on windows 2000 pro with IIS. How many simultaneous users (approx) can this handle and what happens to the end-user if server freezes from too many users?
|
| How to Send Request to IIS Server after the Page Displayed | 22 Jul 2005 14:40 GMT | 1 |
Is that possible that I can send request to IIS Server after a .ASP page is displayed? My Requirement is: Clinet will Fill the Details in one Request Form after the details are
|
| ASP IIS Request queue | 21 Jul 2005 18:47 GMT | 1 |
We have recently found that our ASP application located on a virtual directory on IIS6 Windows Server 2003 is only processing one page at a time, the rest are being queued. I have increased the number of worker process threads for the relevant application pool and that number are ...
|
| IIS - ASP | 21 Jul 2005 01:32 GMT | 6 |
Could anyone help out with this one? I have developed a .asp web site with Dreamweaver and everything works. Before I upload it to a server I want to show it to the client. It and the database are saved on to a portable Flash memory stick but all the browser
|
| Issue using CDO and ASP when hosted from a Windows Server 2003 box | 20 Jul 2005 20:38 GMT | 13 |
Hello. I have a function, code below, that I use to send email in ASP via the CDO object. The username and password to the SMTP server are commented out because the SMTP server is behind a firewall and doesn't require authentication. (Just wanted to point out that I know that ...
|
| How do I ensure ActiveX object is cleaned up when stored in ASP session? | 14 Jul 2005 19:36 GMT | 1 |
I have an ATL based ActiveX component (MyLib) that is used from within classic ASP pages (created via Server.CreateObject). Inside MyLib there is a custom class (MyCustomClass) that basically just consists of several member variables that hold primitive data types (ints
|
| Relative path in "foldexists" method | 12 Jul 2005 14:22 GMT | 1 |
I tried to check whether the folder exist before writing a file. I tried to use the relative path for easier transfer to other server. I set up the IIS in my local machine. The asp page is c:\site\upload.asp. I have folder c:\site\image\ for creating the files in. I write the ...
|
| calling a com object | 08 Jul 2005 16:39 GMT | 1 |
I have an application that is written in classic ASP (VBscript). The classic asp program calls a Visual Basic.NET version 1.1 COM object to obtain information from the mainframe. Most of the time the call from the classic asp program works.
|