all groups > inetserver asp general > november 2003 > threads for sunday november 2
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
Total: 27 Displaying: 1 - 10 Pages: 1 2 3 [>>]
Posted by Mystery at 11/2/2003 11:11:06 PM
Can anyone point me to a script that will allow me to list x number of
records per page and give me a page selector and information like the one in
the subject header?
Thanks.
... more >>
block direct access to web pages
Posted by V at 11/2/2003 7:49:19 PM
I have a web site in asp where I do not want the users to
directly type in the URL
of some pages in the browser. For e.g. the main page
is 'index.asp' and depending on
the users resolution either 'mypage1024.asp' or
page 'my800.asp' would open up in the
browser.
What I want is that n... more >>
How can upload a file to my server?
Posted by michaaal at 11/2/2003 6:43:56 PM
I would like a somewhat user-friendly way to have the browser-side user
select a file to upload and then have that file be uploaded to my web
server. Speed is an issue. Please advise!!
... more >>
Creating Text File - how to write %> ??
Posted by Rob Meade at 11/2/2003 6:17:57 PM
Hi all,
I'm trying to create an .asp file from an ASP...
A small example could be like this...
<%
strConfigData = "<%"
strConfigData = strConfigData & " Response.Write ""Hi there"""
strConfigData = strConfigData & "%>"
%>
Now - the first 2 lines appear to be ok - howev... more >>
Be nice
Posted by George Hester at 11/2/2003 4:28:30 PM
It may help if someone at Microsoft knows how to write VBScript. Since =
when was "+" a string concatenation character in VBScript?
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;253604&Product=3D=
asp
--=20
George Hester
__________________________________... more >>
Tools For ASP Web Programmers
Posted by Matt at 11/2/2003 2:36:10 PM
Can anyone give me good references on tools for ASP web programmers? I am
not talking about DreamWeaver or FrontPage for developing ASP pages, but
other tools that ASP web programmers should use, for example, for
performance measurements, etc... I don't know if there are any tools, I just
ask be... more >>
- Request.ServerVariables("HTTP_REFERER") -
Posted by JW at 11/2/2003 2:31:49 PM
Sorry, posting this twice as it tagged on to a spetember posting:
---------------------------------------------------------------
I use Request.ServerVariables("HTTP_REFERER") to get the URL of the referrer
page.
However, if the page that has Request.ServerVariables("HTTP_REFERER") is in
a ... more >>
Request.ServerVariables("HTTP_REFERER")
Posted by JW at 11/2/2003 2:12:14 PM
I use Request.ServerVariables("HTTP_REFERER") to get the URL of the referrer
page.
However, if the page that has Request.ServerVariables("HTTP_REFERER") is in
a popup window then the value is blank!!
Can anone assist as to how to solve this problem.
The requesting page is at http://www.th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dont suppose anyone's written a...
Posted by Rob Meade at 11/2/2003 12:50:32 PM
....little function for count lines of code?
I was going to do this a little while ago, hoping to count each line in each
file in each folder etc etc, and then determine whether it was say ASP, HTML
or comments....and give totals...
Anyone got anything like this they dont mind sharing?
Ju... more >>
asp.net alias
Posted by Maziar Aflatoun at 11/2/2003 8:48:55 AM
Hi,
Does anyone know if it's possible to do the following in IIS using ASP.NET.
For example to setup aliases user1, user2, and user3
http://www.mydomain.com/user1
http://www.mydomain.com/user2
http://www.mydomain.com/user3
all calling http://www.mydomain.com/default.aspx
and extrac... more >>
Using ORDER BY in a stored procedure
Posted by Rick Snagglehimer at 11/2/2003 7:18:09 AM
I keep getting an error from the following SP snippet
"Line 11: Incorrect syntax near 'BY'."
It runs fine without the ORDER BY clause.
>>>>>>>>>>>>>>>
[' + @user + ']
WHERE
[' + @cal + '].clientID = [' + @user1 + '].userID
AND [' + @cal + '].newID = ' + @userID + ' ORDER BY [' + @ca... more >>
how to get a frame or mms from an ip cam using a mobile phone?
Posted by mandm NO[at]SPAM flashnet.it at 11/2/2003 1:18:01 AM
Hello,
Excuse me if I am not so clear on what I a looking for, but its
getting very hard to find any software,application or information that
will let me access or get a frame(still image) from a web cam or ip
cam.
I have different ip cams connected to the internet, they continuously
send... more >>
|