| Thread | Last Post | Replies |
|
| How have apostrophe (single quote) show up? | 01 Nov 2006 00:41 GMT | 2 |
In my dev environment the single quote/apostrophe shows up fine. When I publish the site all the single quotes are missing. Any ideas why? Is there a special character I have to use for the single quote?
|
| url rewritting with no extension in url | 31 Oct 2006 23:43 GMT | 3 |
Is there a way to rewrite urls that have no extensions in the url, i.e. no .aspx or no .html like http://www.mywebsite.com/username
|
| help with aspx and new iis config | 31 Oct 2006 23:08 GMT | 3 |
i just installed dot net on a 64 bit windows iis, but i get a "The page cannot be found" when i select an aspx file from the browse list. (i set the site to allow browsing). I neve rdid a64 bit dot.net 2.0 version install before so i don't know what i did wrong.
|
| URGENT: Process html pages as aspx pages. | 31 Oct 2006 22:27 GMT | 1 |
We are in the process of launching a new asp.net site for our client, the old site was pure html. In order to preserve the search engine rankings of the html pages, I am trying to implement 301 redirects for the individual html pages by adding the redirect code (it
|
| Basic payment security | 31 Oct 2006 22:23 GMT | 3 |
I designed a payment system that the actual verification is done on another server (a bank payment system) All I need is to secure the page where the credit card details are passed What is the simple way to do that?
|
| How to tell user ASP.NET is safe | 31 Oct 2006 22:18 GMT | 1 |
How can I tell user, the web applicaiton developed by asp.net is safe. Where can find some document?
|
| Console command to launch web method? | 31 Oct 2006 22:04 GMT | 1 |
I need to process daily and unattended a set of records generated from an ASP.Net application (framework 1.1), and send out emails accordingly. These records are stored within a SQL 2000 database and exist for the purpose of the ASP.Net app.
|
| [NEWBIE]try .. catch .. not continuing on server error | 31 Oct 2006 22:01 GMT | 7 |
I put in a database operation in a try .. catch .. but I continue to get a server error. try {
|
| Dynamic controls losing values | 31 Oct 2006 21:53 GMT | 3 |
I am trying to get this work but I can't figure a solution. I have a table on a web page (.aspx) and creating the table contents dynamically. I have two cells for each row of table. First cell is a label field, and second is a radiobuttonlist. Table looks some thing
|
| Add an attribute to the tag <body>? | 31 Oct 2006 21:53 GMT | 1 |
In ASP.NET 2.0: How I add an attribute to the tag <body> in Codebehind? From already thank you very much! Gustavo Arriola
|
| ASP.NET [NEWBIE] | 31 Oct 2006 21:07 GMT | 2 |
[ASP.NET / C# / V2 Framework] I am making the move to ASP.NET from CGI and ASP pages. I have noticed that when building WebForms that they always use the POST method, but this makes the page expire when leaving the page.
|
| How can I display the text <%username%>? | 31 Oct 2006 20:40 GMT | 1 |
I am writing instruction to accompany my 'sendNewsletter' page. In the text I want to instruct the user that by writing <%username%> in the text, this placeholder will be replaced by the recipients username.
|
| IE progress bar never stops incrementing... | 31 Oct 2006 20:40 GMT | 3 |
I'm able to reproduce my problem but I haven't been able to figure out why it is happening. MS does have an article about such behavior in http://support.microsoft.com/default.aspx?scid=kb;en-us;Q320731 but the workaround prescribed in the KB isn't particularly helpful.
|
| Testing Emailpage not possible | 31 Oct 2006 20:07 GMT | 2 |
I developed an "Contact Us" - page with VS 2005 and ASP.NET 2.0. By clicking the send button the following code is executed: Configuration config = WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath);
|
| Link to a specified location within a page | 31 Oct 2006 19:40 GMT | 2 |
I want to provide a link to a specified location within another page What is the syntax for that? Thank you, Samuel
|