|
Exception when sending mail Hello, my webhost is somehow sending a (nonstandard?) message, when a mailbox is full the message doesn't even get sent and i get a small window in any MUA telling me that the mailbox is full, instead of letting the mail go through and then send back a message with the error. This behaviour is causing classic as... 24 Mar 2008 16:10
PASSING A QUERYSTRING PARAMETER I am new to ASP.NET 2.0 and I am developing a small application which originally consists of 2 pages. The first page displays a GridView Control loaded with data from a sqlDataSouce. Such a GridView has a field that is a hyperlink to the second page which is supposed to display the detail of the record. What I ... 17 Mar 2008 15:10
GetRows() and hyperlinks <% ' Loop through the array holding the result set and display the data For iCounter= varC1Begin to varC1End Response.Write("<a href=prices.asp?manuf=" & arrResultSet(0,iCounter) & ">" & arrResultSet(0,iCounter) & "</a><br>") Next %> In the above Response.Write statement arrResultSet(0,iCounter) displays the ... 17 Mar 2008 12:58
Regex replace Dear Sir, I need to use regex to replace some string. Below is what I use. output = "sample data <href=""xlink:GG44-33"">, part two <href=""xlink:GG55-123"">" Dim regEx Set regEx = New RegExp regEx.Pattern = "href=\""(xlink:.*?)\""" output = regEx.Replace(output,"href="&chr(34) & GetDatabaseLink("$1")&chr... 18 Mar 2008 04:56
printing special characters to file Hi, I have some text in non English (e:g Arabic/Urdu/Hindi etc) language. When I am using file system object to or normal file system to write that text to file I get error, same code with english characters works fine. Any idea how to solve this. Regards ... 19 Mar 2008 14:41
Trading Forex WHO WE ARE? We are a partnership based in India and USA. We have a collective FOREX trading experience of 4 years.We decided to start this venture with the intent of helping people in India and other countries take advantage of immense potential profits from the FOREX markets. We act as Liasons between our ... 17 Mar 2008 02:21
can this be solved using ASP? Hi All, Our company is merging two production domains(from two different servers) onto one server. So during the migration we use an intranet testing server to hold all files from these two domain, when we do testing, we use host file to map intranet IPs to these two domains. It will not impact on production ... 25 Mar 2008 05:14
some users cannot open asp page or see some images on the intr Hi Steven, I will try your suggestion. But how come one of our users have a problem to open only one specific ASP page, but not the other ASP pages. I cannot have a reasonable explanation at all. thanks. -- Betty ""Steven Cheng"" wrote: Hi Betty, From your description, you have some ASP pag... 17 Mar 2008 02:54
ASP with XML isn't working :-( Hi, I am trying to read an RSS (generated from Y! pipes) in ASP. It isn't working. any inputs will be highly appreciated. I get an HTTP 500 error on IE on running it. My code: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head> <body> <% Dim objXML Dim objItemLi... 17 Mar 2008 07:16
printing character ' and " in asp using vbscript how to print apostrophe character ' and double quote " in asp using vbscript. my code using response.write replaces " character with inverted question mark. please help ... 11 Apr 2008 16:40 |