Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP Solutions: 226 - 250 of 5438
 
I cannot figure out why I am getting that operation error. can someone please look at this and help me out? Error #3704: Operation is not allowed when the object is closed
I'm tring to create in code behind a parameterized SQL statement.   My code is: Dim dbConnection As OleDbConnection         Dim dbReader As OleDbDataReader         Dim dbCommand As OleDb...
how can i use the response.redirect to open the page in the target frame _top?
3 closely related questions: 1.  If I'm using Access 2000 & ASP, is it better to test for empty text & memo fields using:   A. the IsNull function, e.g., If IsNull(rs("fieldname")), or ...
How do i set the Caret to the end of the text in text box when the document opens. I can determine the length of content at run time.
I have an ASP page that uses msxml3.dll and runs under //Localhost on my laptop. It quit working all of a sudden. I have not edited the ASP source code since it ran a week ago. The error m...
I can't get my website to recognize that the checkbox is checked:                <table border="0">                     <tr>                     <tr></tr>                     <tr></tr>                          <td><%=font1%>Index Rates&nbsp;&nbsp;&nbsp;&nbsp;</td>      ...
I found a script that works well, but it opens up Outlook has a pass event appointment. What I need to do is open it has a new event, so its ready for the client to hit the send button. I also...
Hi, I am hosting my own blog using a 3rd party solution. (dmxready.com). I would like to hide the file path in the url. For instance Current URL http://brookejaffe.com/applications/WebBlo...
Can anyone help me with how to make an e-mail form work in go-daddy? I currently have fields created on the page and they allow me to inpu the text.  When I submitt the form it does get e-mail...
Hi - Am running an ASP application which sends POSTS data to another site using Server.CreateObject("MICROSOFT.XMLHTTP"). The script has to send the data through a proxy on a stand-alon...
Using VBScript in an ASP page, I'm populating a recordset using a command object that executes a stored procedure (sql server 2000); I set the recordset cursorType to adOpenStatic when I defin...
Im after some examples of a login pages where depending on the users admin level they get directed to either the admin page or the user page if login details are correct. Im using ASP VBScript...
I am having trouble invoking formmail.pl from a Classic ASP page on our hosted website. I can get formmail to work fine using the HTML and the FORM tag. I am trying to get formmail to fire fro...
Experts, I am getting this error when i try to preview my asp page i created in dreamweaver. The error points to the first line (of my connection) in the code: cConn = oConn.Open "Dri...
Hello all,       I am having a problem with radio buttons on an aspx page.  I have 6 buttons grouped under the name of "Language"  I have code in the aspx.vb CheckedChange event for each o...
Hi I have the following code which pulls my order details from the orders table, joins my labelref & consignment tables. SELECT orders.orderid AS myorder, delivery_name, Delivery_Addres...
WIN XP PRO MS Access database DWMX Classic ASP VBScript Hello.  I have a table containing 70 checkbox fields with values of "Y" or "N". On the "View" page, I have all the questions list...
Im a lil lost on how I why im getting an error when trying to connect to smtp server through code!  : Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /lcont/pgLegC...
when using asp how can I add color to the font of what I am printing <% response.write now %>
I have a mysql db with time entries. What I need to do is get the last record entered by the user for a specific project. So say there are 12 entries for project #12345, I need to get the last...
How to I add an email attachment on a website.  I want to add a document that is on a website, but I do not know how to format the line to show show it is from a website not my local hard dri...
I have a form with a "save" button at the bottom. When the user clicks this button, I have some c# code which saves the form data to a database. But after the form is saved, I want to be able ...
I have a database tha tracks the expieration date of a clients service.  Whenever they referr someone it adds 31 days to their expiration date which is stored in mysql database as date.  With ...
hi i have this code working on my laptop but when i moved it to another computer i got the following error: Error Type: msxml3.dll (0x80070005) Access is denied. /portlets/links/Link...