all groups > inetserver asp general > november 2003 > threads for sunday november 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Write permissions using Scripting.TextStream object
Posted by George Hester at 11/30/2003 7:21:47 PM
In Windows 2000 I need permissions set so that I can write a text file =
to the folder when the asp page is loaded. Right now I have only these =
permissions set:
Administrator: Full
System: Full
Everyone: Read and Execute, List, Read
Network: Read and Execute. List. Read
Is there some o... more >>
Listing Numbers
Posted by Oli at 11/30/2003 6:46:44 PM
Hi
I have 2 textboxes - "from" & "to".
Assume I enter number 1 in "from" and 10 in "to" - I want the ASP to return:
1,2,3,4,5,6,7,8,9,10 and insert this into an Access database over 10 rows
into the 'number' field.
Anyone got any ideas how to do this?
TIA
Oli
... more >>
Obtaining autonumber value after using recordset AddNew
Posted by Roger Withnell at 11/30/2003 5:44:12 PM
I'm inserting a new record into an MS SQL database table
and I want to obtain the new records autonumber
immediately afterwards, as follows:
MadminRS.CursorLocation = adUseServer
MadminRS.CursorType = adOpenKeyset
MadminRS.LockType = adLockOptimistic
MadminRS.Open "NavBar", objConn, , , adCm... more >>
Windows Domain Authentication
Posted by Zille Hassan at 11/30/2003 2:31:55 PM
Dear All
Newbie question here. i design form to take input from
user(username,password). How do i autheticate if the user is Windows Domain
user and once it has authenticated successfully, how do i forward to the
success page.
Any help would be appreciated.
Regards
Zille.
... more >>
nt/windows user/password?
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 11/30/2003 1:58:04 PM
Is there a way to supply a nt/windows user/password combo in a url for an
automatic login to a nt user/password secured site?
Something like
http://mysite.com[?]user=me[?]password=mypassword
[?] = some sort of marker like ":" is for the port #
TIA
... more >>
IT IS NOT READONLY!!!
Posted by Bryce at 11/30/2003 11:30:21 AM
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
----------------------------------------------------------
---------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Mi... more >>
Form to email including image
Posted by David Ehmer at 11/30/2003 11:12:25 AM
Does anyone know of a form to email ASP script that allows the user to
attach an image file from their computer to be sent as an attachment to the
email, along with other data collected from the form?
I've seen this on sites particularly for recruitment allowing resumes to be
attached along wi... more >>
Can I put object of vbscript class into session?
Posted by cali8 NO[at]SPAM poczta.fm at 11/30/2003 9:54:36 AM
I've read about 'Threading model'. My question is - is it possible to
put object of vbscript class into a session? Can I change threading
model to 'free'?
Steven... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
contecnt type error
Posted by Mosley Jones III at 11/30/2003 8:32:14 AM
I was trying to make a excel page as i have before using contenttype. but
this time every time i open the page it opens in visual studio, what am i
ding wrong, here is a simple test page i cant get to work
<%@ Language=VBScript %>
<% response.ContentType ="application/x-excel" %>
<HTML>
<HEA... more >>
Response.Redirect
Posted by Paul Marsh at 11/30/2003 8:00:40 AM
Newbie Question.................
How do I use Response.Redirect to point to an interal private box/site?
Thanx, Paul
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Include file in another included file
Posted by vojma NO[at]SPAM yahoo.se at 11/30/2003 1:26:54 AM
I have a problem
At my site I have designed a framework with tabs as below
(tabs_1.asp)
+----+ +------+ +-------+
| MC | | Cars | | Boats |
+ +-------------------------
then, into tabs_1.asp I include another page
(tabs_1_2.asp)
--------+ +--------------
| New | | Used | |... more >>
|