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: 176 - 200 of 4113
 
How to display text when I click the radio button. EX. If I click radio button 1 then show Text and text box.
I would like to know is there any way to clear out the viewstate values? I've already tried the Me.Viewstate.Clear() method, but it seems doesn't work. What I am trying to do is to devel...
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...
I am trying to open a txt file, however, I do not get any results.  The first set of code works and I can display the record with alert but not with Response.Write.  What I want to do is write...
Hi and thanks for looking at my question. I have 2 tables in 2 different database.  (see basic below) Table1 - Database 1 Username Table2 - Database 2 Username     Firstname     ...
Hi there, I am currently developing an application and need some URGENT help with this code! I am prepared to give away 500pts for an answer to this question! (I would have given more but E...
Hi, I am using freeaspupload for users to upload pictures onto  my site, which uses BinaryRead.  However, before uploading I want to check that the user has select a jpeg or gif file, so on...
We have a form that people can upload files with and we would like to update the app to allow larger files to be uploaded.  It seems like the limit is now about 4 megs and we would like to upd...
Hi, I have inherited an  (old) ASP site (I'm a perl/c/Java programmer). The database on the backend (SQL 2005) was compromised by what I believe was SQL injection. The hacker put in a stri...
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...
Hi, How do I disable the Refresh/Reload button on the browser after my form data has been submitted? I know I could use redirect to go on to another page but I want to show a submitted msg a...
how can i use the response.redirect to open the page in the target frame _top?
I have an array which contains id numbers.   e.g.    2, 4, 8, 12 Is there a simple function in asp/vbscript to check if it contains a specific variable. E.g. If 4 is in the array above.  ...
I have a spacing issue and don't know how to solve it.  I have received the error Microsoft VBScript compilation error '800a03ea'  in the past and it was due to a spacing error. My code is bel...
I am doing something similar to the following: Dim myArray() ... 'Some code that may ReDim myArray to some new size ... If UBound(myArray) > 0 Then ... If I make it to the line th...
<asp:RadioButtonList style="LEFT: 120px; POSITION: absolute; TOP: 160px" id="RadioButtonList1" runat="server"       CssClass="tall" Width="88px">       <asp:ListItem Value="current">Current<...
I have a dropdown box generated dynamicly from database. I have to display more information on mouse over about product - like tooltip, or new layer with extra info.
Hi I am using ASP.NET with VB.NET to develope a web application, my applications passes date values in a Query String form one page (A) to Page (B) in the format "DD/MM/YYYY", in the page (B)...
Dear All, i am trying to retrive an XML file from a server using ASP via methods in VB. the problem is that i recieve the following errors ONLY when i use the IP address (http:\\100.100.1...
I am generating a word document from a form. The word document contains a header and footer. The header and footer work well. However what happens is that I end up with is the header and foote...
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...
i need to pass the variable     pass= request.form("txtpassword")   in the response redirect link below Response.Redirect("accountpropertyinfo.asp")
Microsoft JET Database Engine error '80004005' Operation must use an updateable query. /add_file.asp, line 27 <% Option Explicit %> <html> <head> <title>Add File To Data Base</...
Hi, Probably very easy but how can I wait or pause in an ASP page. eg: write something to the screen "blah blah blah" then wait 5 seconds then write some more "more blah blah blah" ...
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...