Does anyone have any code that will let an ASP read files from a folder in the website? Also, how can one read the folder structure? I am trying to read the files underneath a folder where users can upload their own files and also create subfolders. Thanks.
I am trying to write to an Excel file from an ASP page, but get the Response Buffer Limit Exceeded error message. The file has 5200 records in it. Is there a setting I can change to allow this to open without error?
I am writing some output to Excel on an ASP page and was wondering how to format the field in Excel to be text vs numeric. Our ID numbers are of the format 0000123 and are a text field. When the field is exported to Excel it shows up as 123 and not 0000123 like we need it.
Also, how can you...
Here is a very simple bit of code to see if this works (still doesn't for me):
<html>
<head>
<title>Untitled</title>
</head>
<style>
.tablerow:Hover {background-color: #CCCCCC}
</style>
<body>
<table border="1">
<tr class="tablerow">
<td> test </td>
<td> test </td>
</tr>
<tr...
If I have a class of .tablerow how I would make the background color of the whole row change to #CCCCCC when one hovers over any cell? I have tried things like
.tablerow:Hover {background-color: #CCCCCC}
.tablerowHover
.tablerow Hover
and none seem to work.
Can anyone tell me of some sites that they use to find images for use in web designs? I am willing to pay for them, but would rather pay a few dollars per image vs $100 or more that I have seen on some sites.
I know this is probably not the correct forum, but I couldn't find one that dealt with this so I apologize in advance. My question is can anyone tell me of some sites that they use to find images for use in web designs? I am willing to pay for them, but would rather pay a few dollars per image...
I am running a Group By query where I count the number of records per category per ID#. What I would like to have my results set show is that if a particular ID does not have a value in a particular category then it will show as 0. For example, I create the following table, populate it and...
I have a header div made up an 800 pixel wide header graphic. An organization logo is in the first 200 pixels or so of the header and the group wants me to set it so that when a user clicks on the logo it will take them back to the home page of the site. This would function just like a...
I am assiging the variable varintdate to a field value from a recordset. I then evaluate it to see if it is blank or contains a value in an if then statement. However, when the value is blank or null it is not being evaluated properly. I have tried:
varintdate = ""
varintdate = null...
In Access 2002 how would I reference the field 'ID' in the form 'Main Sub1' in the before insert event? I want to have the code be something like:
Private Sub Form_BeforeInsert(Cancel As Integer)
Forms!Salutation1![ID] = Forms!Main sub1![id]
End Sub
It's been a long time since I've done any...
I want to be able to allow users to enter in a series of ID numbers into a textarea and then be able to take those ID numbers and break them up into separate records. For example, in the textarea they would enter something like this:
0000234
0004532
0000291
0009873
I then want to be able on...
If I have the following code:
<ul>
<li>test 1</li>
<li>test 2</li>
</ul>
and want it to look like
* test 1
* test 2
where * is the bullet how would I do that?
Does anyone know of some good programs/asp components for the following:
- Displaying a photo gallery dynamically from uploaded files
- Creating thumbnails when uploading an image
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.