Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested ASP Solutions: 201 - 225 of 5133
 
Hi, I'm building a system where aspx and code behind are my presentation layer ( validation happens in code behind ), the application logic is in separate classes, the data access logi...
I'm working on a system that will allow users to check files in & out by uploading & downloading using a web browser, & I'm running into a problem with larger files.  Smaller files download fi...
Experts, I am getting this error in an asp application. I am trying to set up a staging environment for this application and the app works in production. When I change the connection string t...
Hello all,  Maybe my topic is not right but I didn't know how could I describe it with a short sentence.  What I would like to have ;  I have got a normal order form, once member will cli...
I have this string in asp, I am using VS interdev, and this is the string, FY2005MTH01 Dim Str Str = "FY2005MTH01" I need to substring like 6 characters from the starting position, ...
sigh! Ok why am I getting this error message!!!      set oRs = oConn.Execute("select * into dbo.list from list.csv") is the line referred to by the error message. I have tried...
Hi Guys, i am moving an ASP web site from one server to another and i am getting an error on the following line of code :  Set objXML = Server.CreateObject("MSXML2.DOMDocument.4.0")     i a...
I was wondering how i can pull a data set from a word list table in my database where the words are like/associated with the word i define. I kno wthat it is not a simple SQL query but i kn...
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...
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>      ...
hi how can i covert julian date to normal date in asp
As VBScript does not support the VAL Function, any suggestions for converting Hex to ASCII?
I have the following statement in my ASP page: <a href="DownloadFile.asp?File=<%= Server.URLEncode(myFile.Name) %>"><% Response.Write myFile.Name %></a> On clicking the link, the code on...
Hi, A part of my form allows users to upload pictures to the server. Once the 'upload picture' button is clicked, a new window is opened which deals with the selecting of image file etc. All ...
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.
We currently have a booking form for IT Training courses. The form pull course information from a database and populates the drop down list with course titles, times, etc. We would like to ...
I have got an classic ASP page submiting to a C# page. Classic ASP page has form variables as well as file upload function. I need to know the C# syntax on how to request the query string ...
I use a free hit counter done in asp/vbscript written by FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it - I've been using it for over a year; but all of a sudden without me changing...
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...
Very unusual problem suddenly occuring on our Windows 2003 server. This has never been a problem, so it's a mystery to us. The only thing different was opening the aspx web site using VS...
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...
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 ...
I'm trying to remember ASP for this project. The requirement is to use ASP (VbScript) to verify a entered UseID and password against a non-AD LDAP server.  The LDAP server is being hosted on ...
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 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...