| Thread | Last Post | Replies |
|
| File.Delete and Wildcard Extension | 04 Jun 2008 16:41 GMT | 1 |
I have a folder with the following files: a.doc a.csv a.pdf
|
| Localization and Meta Tags | 04 Jun 2008 16:12 GMT | 3 |
I'm looking to localize an ASP.NET Web application for English, Spanish, and French (fr-CA), and was just considering the possibility of localizing the meta tags (e.g., keywords, title, and description). My assumption was that they should be localized like all of the other ...
|
| Invalid cast with IDictionary | 04 Jun 2008 16:07 GMT | 2 |
I think this should be a very simple test but I can't figure out what the problem is: Imports ConsoleApplication1.FruitDetails Public Class FruitDetails
|
| Reference in .aspx file causes server error | 04 Jun 2008 15:22 GMT | 4 |
I have a Web Application that uses a reference to a localhost web service. If however, I try to insert C# code blocks into the .aspx file I get an error when the application runs because localhost is unknown. Anyone know how to use a reference in a code block?
|
| Web Site takes forever to run in debug mode | 04 Jun 2008 14:52 GMT | 9 |
I have a VS 2005 Web Site project that is taking an age to build or run. It takes about fifteen minutes to run in debug mode. Even if I just select Build Page, Visual Studio hangs for about five minutes. There are about 20 pages so far and about 50 references.
|
| Datagrid - Linefeed in header text | 04 Jun 2008 14:34 GMT | 4 |
How can I put a linefeed in some header text (I am using the Datagrid control and editing the header properties for a field)? Average Sales Average Returns Average Sales Average Returns
|
| regex help: HH:MM | 04 Jun 2008 12:48 GMT | 3 |
I want to validate whether a user has entered data correctly in a textbox. The format should be HOUR:MINUTE. They should ALWAYS enter a value, 2 digits always for the minute. OPTIONAL: Minutes should never go over 60.
|
| Howto Listen html link clicks and change them in STATIC HTML pages..... | 04 Jun 2008 12:31 GMT | 2 |
there's an aspnet site. some pages are html and cannot be changed. (no javascript nor links can be changed). these pages have links. for example a.html calls b. html like: <a href="b.html"> page two link </a>
|
| Run At Server | 04 Jun 2008 12:23 GMT | 2 |
I have added a dropdownlist to a web form that a customer has given me, but when I try to access the control in the code behind file I get a server error because the form does not have the runat server tag. However, I don't want to set the form as runat server ...
|
| No auto generated fields in code behind | 04 Jun 2008 12:15 GMT | 3 |
last week our project upgraded from vs.net 2005 to vs.net 2008. Our project still uses framework 2.0, because the deployment servers are not 3.x ready yet. Everything so far while migrating the solution and project files worked fine.
|
| Test for using another account | 04 Jun 2008 11:57 GMT | 1 |
Is is a managed post either?
|
| Splitting multiple cells in a Table | 04 Jun 2008 09:46 GMT | 1 |
I'm dynamically populating a Table control in ASP.NET 2. Each row has 4 columns but column #3 needs to be split into 3 rows and column #4 needs to be split into 4 rows. Each of these cells contains just text. Can someone help me out? I can split one cell using the TableCell's ...
|
| test managed post again | 04 Jun 2008 08:51 GMT | 1 |
|
| Determine Page Type | 04 Jun 2008 06:00 GMT | 4 |
Okay, so I created a generic IHttpModule class to globally intercept Page_Init in order to set the page's theme based on the user's database settings. I have this working except one problem: I have some help pages, in a
|
| Testing the execution speed of a page written in c# and VB | 04 Jun 2008 04:17 GMT | 1 |
Is there a way to check the execution speed of a page that has been written in both c# and VB? I want to see if there is any difference in timing...
|