Advertisement

250 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: 126 - 150 of 2788
 
How to close IE browser window when user click EXIT button using ASP command?    Thanks.
I have a list of numbers in a mysql database that are type varchar.  I need to split the numbers and compare each to another msql record.   The split is working and I get the type mismatch err...
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...
Hi, I am having a problem with one of my asp scripts.... the script is as follows Basically, "Species" is a list box that is passing the selected values to this asp script, I m trying ...
I need to have a box at a bottom of my ASP page with a group of images that scroll from left to right in a seamless strip and as a continuous loop.  I would like to be able to add at least 10 ...
Using C# , how to find the startdate (monday), end date(friday)  of current week at any day of the week.
I have looked at past questions on this but am still confused! I want to save text from a textarea control to a database. I want to be able to display this data both in a textarea control ...
Can Somebody Tell me why i'm getting this error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. This is the ...
Hello, I don't have any experience with ASP but I need a little script (connect.asp) that maps network drives with an account and password that users enter in a HTML form. I found some code...
Hi is there any other way to get the value returned by Request.ServerVariables("HTTP_HOST") currently using this: sHTTPHost = Request.ServerVariables("HTTP_HOST") Then setting an ...
hi - thanks for looking at my question. I am using ASP to create a new helpdesk ticket in a database that generates a unique ID. After this ID is generated I would like to offer the user a...
In the following ASP page, I can open a recordset without any parameters (rsRep) but when I try opening one (rsSurgery) using parameters: rsSurgery.Open strSQL, Session("conn"), adOpenDyna...
I am looking for a VBScript function that implements a MD5 or SHA1 Hash function. (It is for use on a shared server where no custom components and CGI apps are allowed)
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...
Hi there, How do I display this date <%=Right("00" & Day(Date),2) & "/" & MonthName(Month(Date)) & "/" & Year(Date)%> Minus one month. In other words, today it 08/03/2005 but I alw...
I have a Do while loop inside another one and when the second one is called I get the following error: Microsoft VBScript runtime  error '800a01b6' Object doesn't support this property o...
Hello Experts, I have situation where I need to store department id and its name to the xml file from the posted data. <select name="lstDept"> <option value="" id="">ALL</option> <opti...
This error occurs suddenly on my webserver ( IIS and Windows 2000 Server) ...... on ASP ...... Would somebody please help ? Thanks. Microsoft][ODBC Excel Driver]General error Unable to ope...
i have the a stored procedure that has some conditional updates to different tables and after updates has select statements to return the updated data. Not all the selects return results. H...
Hi all I am looking for a list of error codes that are associated with FileSystemObject. For example when renaming a folder if there is an error and you catch it and store the error by the fo...
how can i use the response.redirect to open the page in the target frame _top?
Hello everyoen, I get this strange error: ADODB.Field error '80020009' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. ...
Hello, I'm trying to understand more about the codepage directive used in ASP. There are the following directives: @Codepage="codePageID" Session.CodePage="codePageID" Response.CodePag...
Hello, We read an excel file in ASP like this :     Dim ConnExcel     Set ConnExcel = CreateObject("ADODB.Connection")     Set RSExcel = CreateObject("ADODB.Recordset")     SQL = "sel...
how can i stop the user to type special characters on textarea in my asp like... # or **** or !!! or :: or or how can i replace this characters with some thing else or how can i tell...