all groups > inetserver asp general > november 2003 > threads for saturday november 22
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
Response. and Request.
Posted by Steven Burn at 11/22/2003 5:05:54 PM
Anyone know if there is a complete list available of the elements that are
available for Response. and Request.?
i.e. Response.Write ""
Request.ServerVariables("HTTP_REFERER")
It's basically so I can add them to an HTML editor I am updating (I checked
aspfaq.com and couldn't find eith... more >>
Syntax Problem
Posted by Lee Mundie at 11/22/2003 1:38:13 PM
Hi,
Im trying to get his SQl to work but run thru a query analiser tells me
there is a syntax error and in the browser returns no results - any ideas?
SELECT m.Username, m.Author_ID, au.Author_ID AS ActiveUserAuthorID
FROM tblBuddyList bl INNER JOIN Members m ON bl.Buddy_ID = m.Author_ID
... more >>
Converting ANSI string to UTF-8
Posted by Michael L. at 11/22/2003 12:13:13 PM
Hi there,
How can I convert an ANSI string to utf-8 ?
Thanks!
... more >>
Could not delete a directory
Posted by tvr1729 NO[at]SPAM yahoo.com at 11/22/2003 7:21:24 AM
Hi,
I have a strange problem.
I am not able to delete a published folder.
Any ideas??
The files in the folder are not open, but it still
says that "Please make sure files ...."
I am working on windows 2000 Advanced server with IIS 5.
Thanks
tvr... more >>
Recommendations on how to speed up code
Posted by Wilk Teverbaugh at 11/22/2003 6:40:49 AM
I'm using get rows to build a table for a calendar.
The specific view for this calendar is for an entire month.
Each appointment slot is one half hour long.
If I were to generate a page for the month of november I would have to check
and see if an appointment is scheduled for each appointment sl... more >>
ASP.net coder WANTED
Posted by Mark Halverson at 11/22/2003 2:51:10 AM
I need someone to code some ASP pages for me.
Don't have much money...but have lots of great ideas - willing to share
profits and a little up front.
I have a website on godaddy.com which offers ASP.net/PHP and 10 mySQL
databases for a pretty good price.
I need data from a form to be poste... more >>
vbscript regex
Posted by Michael L. at 11/22/2003 2:16:33 AM
Hi there,
I'm looking for a way to replace each occurence of each character in a
string to different characters.
i.e - the pattern is a=d, b=e, c=f
so that the string "back" would be "edfk"
How can I do that?
Thanks!
... more >>
2 into 1 SQL?
Posted by Lee Mundie at 11/22/2003 2:05:58 AM
Hi,
Wondering if somebody can help me join these two statements to one!
The first looks at a tblMembers with tblBuddyList and matches the data by
Members.Author_ID and tblBuddyList.Buddy_ID etc.
really looking to get all the info in one; ultimately I want to check that
the tblBuddyList.Budd... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Access failed
Posted by DineshSK at 11/22/2003 12:48:02 AM
Hi all,
I have installed VB.Net 2002 in Windows XP proffessional
PC. When I try to open a new using ASP.NET WEB
application I am getting the following error. Please help
me to sort out the issue at the earliest. I have
installed IIS also.
The error message is
Web Acces Failed;
... more >>
|