| Thread | Last Post | Replies |
|
| RegularExpressionValidator problem | 25 Dec 2006 19:52 GMT | 4 |
I am using a RegularExpressionValidator to validate a TextBox. I use "^[\+|-]?[0-9]+(\.[0-9]*)?$" to check for a real number. The control works fine as long as the user enters something in the TextBox; it does not work if the user leaves the TextBox blank. Is there a bug in the ...
|
| How to 'clear' httpModule? | 25 Dec 2006 19:17 GMT | 3 |
My root app uses some basic url rewriting in an http module. This interferes with an application I've just installed in a subdirectory Removing the httpmodule reference from the web.config in the root app makes both of the apps work together fine but for obvious reasons I'd
|
| Treeview producing invalid XHTML in ASP 2.0 | 25 Dec 2006 18:43 GMT | 2 |
I have a client who mandates XHTML compliance in the applications they commission. Problem is that I've just found that the Treeview control doesn't produce valid XHTML - even with the appropriate "xhtmlConformance" settings.
|
| Why my session variables are getting empty? | 25 Dec 2006 15:54 GMT | 2 |
I'm noticing this since I started developing a website project: my session variables are getting empty! I did a real easy test, and I checked my session variable is getting empty!! What is happening? For example (VS2005, IE6/7, running in filesystem): - In the Page_load of page1 ...
|
| Binding to a dropdown in C# | 25 Dec 2006 14:59 GMT | 2 |
I have the following issue:. I've got datatable that I am intending to bind to a dropdownlist. While debugging I am certain that my DataTable contains 3 valid rows. However, after the
|
| Create Dynamic Word Document in ASP.NET | 25 Dec 2006 09:11 GMT | 1 |
Can someone point me in the direction of a method/solution for generating word documents on the fly? I have been programming my files in rtf, but the filesize gets tooo big when I start using images and tables. I really need to have word format.
|
| FxCopCmd.exe returned error code 8. | 25 Dec 2006 08:37 GMT | 4 |
I m creating a web application using asp.net 2.0 in VS team foundation server . I m using a dll file "ABC.dll"
|
| where are the MVPs? | 25 Dec 2006 06:23 GMT | 1 |
I never seem to get a response to my post about AJAX and asp.net. Maybe I am not posting in the right place?? Well anyway here I go again... I have a Wizard and when I am on step 3 and hit page refresh the page reloads and step 3 is displayed. Great! Now, when I put this same ...
|
| Enabled checkboxes in gridview control | 25 Dec 2006 03:13 GMT | 2 |
I am trying to create a ASPX page which will list items with a checkbox beside each. The user has to be able to select items using the checkbox to do some further processing. If I use a gridview control, the checkboxes are all disabled, and I find that I have to have a Edit
|
| XML service publishing problem: Server Error in '/' Application | 25 Dec 2006 00:58 GMT | 9 |
I created the simplest "ASP .NET Web Service" by using VS 2005 and Visual C#( File | New | Web Site). However, when I tried to access the service from IE 7.0 http://www.aztao.org/WebService/Service.asmx
|
| IIS issue with ASP.NET 2.0 | 24 Dec 2006 22:19 GMT | 2 |
I had .net framework 2.0 installed in my system. I then installed iis 5.0 . I am getting this error "Failed to access IIS metabase" URL accessed : http://localhost/Test/Hello.aspx
|
| Formatting Gridview | 24 Dec 2006 21:59 GMT | 1 |
Hi! I have a problem which I think has a simple solution, but I can't figure out why it's not working. Some background... I'm populating a GridView with info from an Access database like this:
|
| AD Membership Provider Can't See User Attributes | 24 Dec 2006 21:08 GMT | 1 |
I need to use the ActiveDirectoryMembershipProvider in my application. I have setup the provider in the web config, etc. When I use the ASP.NET configuration utility and select the Security tab, it throws an exception saying that the attribute 'userPasswordQuestion' specified ...
|
| Gridview data binding HELP!! | 24 Dec 2006 20:09 GMT | 1 |
I'm doing a little reservation website and I have two tables: Modules and Reservation In MODULE I have every module from a doctor with the day and the hours that he goes to work, for example:
|
| Difference betwen C++ and C#. | 24 Dec 2006 18:43 GMT | 2 |
Would you tell me what is difference betwen C++ and C#.?
|