Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > november 2003 > threads for wednesday november 26

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

How to send a form with binary data to another server?
Posted by ij at 11/26/2003 10:04:55 PM
Hi, I'm trying to submit an image object, along with some other text fields to another web server from within an ASP page but am stuck on getting the image to be submitted with the form. In a bit more detail: 1. When this particular page is executed, I want the server to pull an image from...more >>


Migration to Windows 2003, Error Messages not shown in Browser
Posted by Michael G. Schneider at 11/26/2003 7:44:30 PM
I recently upgraded my servers to 2003. Since then the error-information shown in the browser has changed. For example, if under Windows 2000 I executed an SQL statement from within an ASP, and the SQL statement was syntactically incorrect, the error thrown by ADO would finally show up in the ...more >>

quick one--how do I know how many rows returned?
Posted by middletree at 11/26/2003 4:37:41 PM
When I do a query that I know has 2 rows, I get rs.recordcount equals -1. Same thing when it's just one row. I need something that gives me the number of rows. ...more >>

DropDownList Looses Items when Browser Page is Refreshed
Posted by m_evergreen NO[at]SPAM yahoo.com at 11/26/2003 3:22:38 PM
I have a drop down which is pulling its values from a table, populated by database which is behaving very strangely. If the browser page is refreshed it becomes empty and will never repopulate. The box is populated on load with the following code, which I've added some likely useless commands ...more >>

How are cookies named when stored on a client machine?
Posted by Vince C. at 11/26/2003 3:22:04 PM
Hi. I'm trying to work with cookies from ASP and I've noticed cookies are stored on my machine in two distinct forms. the first form is "Cookie:<user name>@<web site>", which is a combination between my current logon ID and the visited web. The second is "<name>". I get the second form when...more >>

How can textbox in server-side shows client-side's value
Posted by Jack at 11/26/2003 1:44:50 PM
Hello, I wrote this code: <FORM name=form2 id=1> <SCRIPT Language=VBScript> dim ab ab=10 </SCRIPT> <SCRIPT Language=VBScript RUNAT=Server> Response.Write "<INPUT type=""text"" id=text2 name=text2 value=" & ab & ">" 'I think this procedure has problem Response.Write "<BR>" Response.Wr...more >>

SQL, T-SQL, or DTS to combine several data fields?
Posted by Ken Fine at 11/26/2003 12:28:52 PM
I want to take the contents of many fields of various datatypes (varchars and text) and combine them into a single "junk" field that I will perform SQL Server free text searching upon, e.g.: tblArticles Title Subtitle ArticleText CombinedField [Title, Subtitle, and Article text smashed to...more >>

Problem sending data info with Jmail page.
Posted by Kingdom at 11/26/2003 11:51:21 AM
I have a SelectBoxes.asp page that is working with multiple selection dropdown boxes to extract data and total the selection prices. Tom & Bob were kind enough to give me a big help getting this page working and it's working just fine, no problems with this page. However I then would like ...more >>



Web Caching
Posted by Archi3 at 11/26/2003 9:04:10 AM
Just recently we have encountered a weird problem with our webserver...running IIS 5 and W2000 SP4 When testing an ASP page, if you get an error of some sort in your browser, when you go into the code and fix the problem, save the changes, when you refresh the page, the error stays there, even...more >>

Opening a PDF
Posted by Jim Willis at 11/26/2003 8:33:29 AM
Hi, I have an application that returns a PDF document to the browser (not as a download). The document is returned in a new window. This works fine in most installations, but I have one installation where it doesn't work in IE, but does work in Netscape. At the installation where it doesn't...more >>

ASP.net or ASP?
Posted by developwebsites NO[at]SPAM aol.com at 11/26/2003 3:43:51 AM
What more popular ASP or PHP? Since ASP.net needs .net to be installed, and can only run on M$ servers, but PHP can run on Apache and UNIX, etc. and on M$ servers, would it be worth while using it? Is .net gaining popularity? What are the costs involved in upgrading to it and porting the sou...more >>

RegExp Pattern Eluding Me
Posted by Colin Steadman at 11/26/2003 2:24:18 AM
I'm trying to setup a function that will remove any character from a string which is NOT either a space, a-z or 0-9. I'm using a Regular Expression to do this. I'm almost there but I cant get the pattern right. After trying all sorts of crazy patterns the closest I've come is with thi...more >>

Dynamic menu
Posted by Shery at 11/26/2003 1:18:29 AM
Dear All, How could I make a menu have many sub-menus, note that the menu and sub-menus items come from database. Ex: a menu have items like: Products | Auctions | Orders the menu items above all come from a table in a DataBase, and if On Mouse Over or On Click events happens for an...more >>

How to show an image where height nog greater then xx but do not stretch
Posted by Roland Wolters at 11/26/2003 12:42:20 AM
Hi, I need to show an image in the header of an asp page. If the image's width is greater then 82 pixels, the header gets mis-formed. If I specify the height for the image and it is smaller then 82 pixels it gets stretched and misformed. How do I solve this? At first I planned to write a...more >>


DevelopmentNow Blog