| Thread | Last Post | Replies |
|
| Adding removing spaces in phone numbers db/web | 29 Aug 2009 16:10 GMT | 8 |
I have phone numbers stored in a db as xxxxx xxxxxx however I am starting to set up a mobile/pda site and the numbers need to disply as xxxxxxxxxxx (no spaces) for the call link to work I can edit the db to remove the spaces BUT would like then to display on the
|
| Batch Update Statement Help | 28 Aug 2009 21:36 GMT | 6 |
I have written the below update statement and it works fine if there are multiple records in my recordset, but if there is just one single record it will not update that one record. Any ideas to what I am doing wrong or need to do right? =)
|
| How to redirect HTTP request and then filter response with .Net 3. | 28 Aug 2009 00:30 GMT | 1 |
Hi, I am substituting an old ISAPI filter with a HttpModule using VS2008 and I got a set of problems. The old ISAPI filter works this way:
|
| syntax for redirect with form data | 27 Aug 2009 16:34 GMT | 1 |
I know this is wrong Response.redirect("type.asp?r=2&des=request.form("des")") What is the correct form in asp page? Thanks
|
| SQL Statement WHERE ignores trailing punctuation | 26 Aug 2009 22:22 GMT | 10 |
I need to match a string in a database, but ignore any trailing punctuation such as a period, exclamation point, or question mark. for example, SELECT * FROM tbl_stuff WHERE phrase = term
|
| Generate an Error 500 | 26 Aug 2009 22:11 GMT | 2 |
I have an ASP website that is very strong in terms of error handling - if an Error 500 occurs, a custom error page is generated and I receive an email with diagnostic information. I have a situation where if I detect certain illegal conditions (such as an SQL
|
| Why the DLL always be handled after I set the ASPCompat to true? | 26 Aug 2009 11:34 GMT | 1 |
I am checking a bug on a web application. ( ASP.NET 2.0 application) And the web application will call a COM dll to write log and do other things. After runing the application and show a page, the Log dll always be handled. I checked the page and set the breakpoint on the OnPreInit ...
|
| Simplified Chinese | 26 Aug 2009 10:16 GMT | 4 |
On a sql server column I have some words translated to chinese. But what I have to do to asp shows it correctly on the page? Because it shows little rectangules/squares when I do a select on the Management Studio...
|
| eCommerce | 20 Aug 2009 13:54 GMT | 3 |
Do you know where I can find a shopping cart system? built in classic asp... Free or paid... I'll analyze... Any URLs? Thanks!
|
| get username using asp | 17 Aug 2009 09:17 GMT | 8 |
I have the following script & I need to get the username (with no domain info) & feed the username into c:\documents and settings \username\my documents". So, for instance, if the username is JSmith, then I'll have
|
| SQL Statement with LIKE % | 15 Aug 2009 19:11 GMT | 8 |
I've always used the LIKE % wildcard to extract records where a short string is contained within a bigger field in Access databases. ie. "SELECT * FROM agents WHERE bigfield LIKE '%" & Short_MemVar & %'"
|
| MSDN IISSearch samples | 13 Aug 2009 20:22 GMT | 1 |
Can anyone tell me how to obtain the MSDN example called "IISSearch Sample"? (it's mentioned on http://msdn.microsoft.com/en-us/library/ms692879(VS.85).aspx) Can't find it anywhere.
|
| Invalid Procedure Call or Argument to VB COM Component | 13 Aug 2009 20:20 GMT | 4 |
In a classic ASP mode, I try to make a call on a public VB COM object function/method like this: Dim params(5) 'As Variant params(0) = "test"
|
| Characters found after end of SQL statement | 10 Aug 2009 20:10 GMT | 7 |
hello getting wierd error from SQL statement it is Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Characters found after end of
|
| Silver Light 3 Developer Tool Kit dont have designer | 07 Aug 2009 10:34 GMT | 3 |
i installed Silver Light 3 Developer Tool Kit but it dont have a white designer space jut code view before there was icon at buttom now i dont know how to show that white designer space or maybe they removed it ?
|