| Thread | Last Post | Replies |
|
| Download Application Center Test. | 14 Apr 2006 04:19 GMT | 2 |
Is there some way that I can download only the Application Center Test tool rather than going through the .NET 2003 Enterprise CD? Thanks.
|
| format currency is twacked | 14 Apr 2006 03:28 GMT | 2 |
In Gridview I have $8987.7600 using a format string. What could be wront? I would like a comma, and only two decimal places.
|
| ASP.NET/SQL Database Applications Development For Free | 14 Apr 2006 03:26 GMT | 1 |
I would like to develop more freeware and shareware applications based on ASP.NET/Access or SQL Server. Any one is welcome to send me applications requirements and I will try to implement for free.
|
| Internal ASP.Net error bubbling events | 14 Apr 2006 03:22 GMT | 3 |
I have an application that, on my development PC and in production, throws unexpected null reference exceptions when returning from the click event handler of a button. The only fix is to do an IISReset or to reboot the server. This is obviously not acceptable in production.
|
| How to persist asp.net control values set via JavaScript | 14 Apr 2006 03:16 GMT | 1 |
I have a web form that opens a pop-up page that sets a textbox control on the parent page based on modifications made in the pop-up. I am using the following code as an example. window.opener.document.getElementById(''myParentTextBox').value=document ...
|
| CompositeControls not added to the toolbox | 14 Apr 2006 02:32 GMT | 5 |
Building a web control library using VS2005, the WebCustomControls are automatically added to the toolbox but the CompositeControls are not. Is there a way to make the CompositeControls automatically appear on the toolbox when the web page references the library?
|
| How to reference web.config from class | 14 Apr 2006 00:53 GMT | 3 |
In my asp.net application, I have created a class for global variables and functions, and I have placed this in the app_code directory so it is available to all my pages. That part has worked fine.
|
| ASP.NET 2.0 Dropdownlist will not post back | 14 Apr 2006 00:44 GMT | 1 |
We have converted our ASP.NET v1.0 to v1.1, and up to v2.0. We have a DropDownList in the v1.0 code successfully posting back. Now that the code has been converted into v2.0 we do not get the postback to fire.
|
| Dictionary | 14 Apr 2006 00:29 GMT | 1 |
I am working on a website, but I need to find a free webservice that will tell me if a word is a noun, verb, etc. I haven't found any yet....anyone know of one.
|
| ASP.NET 2.0 Tree Control and Navigation Controls - General Question | 13 Apr 2006 23:48 GMT | 2 |
Why is it practical to have the ASP.NET navigation controls based on XML? I would love to just use databinding and then be able to dynamically update the navgiation menu (e.g. for a product list). I tried to use a dropdownlist with hyperlinks for navigation (not the
|
| Form field changes | 13 Apr 2006 23:45 GMT | 1 |
I have a page that contain almost 70 textboxes, dropdown boxes and checkboxes. This page retrieves data from a table and display them in the appropriate control. My dilemma is when I need to make a change to any of the control. I want to be able to update the table fields with ...
|
| Convert VS 2005 to VS 2003 | 13 Apr 2006 23:30 GMT | 8 |
has anyone converted code from VS 2005 to VS 2003? Thanks, Stephen
|
| openig VS 2005 projects with VS 2003? | 13 Apr 2006 23:16 GMT | 3 |
i am new at VS (studying c#) and i eonder that how can i open and COPiLE VS2005 projects withs VS 2003 (on a computer that have not NETFRAMEWORK 2.X only have 1.1) maybe some assembly works but i really woder this..
|
| Where are ASP.NET 2.0 References Stored? | 13 Apr 2006 23:09 GMT | 5 |
If you add a reference to an ASP.NET 2.0 Web Project, where does it save that reference? I don't mean the DLL, I mean the reference to the DLL. In 2003 I believe it would put 1 line per assembly in the vbproj file,
|
| WindowsIdentity.GetCurrent() | 13 Apr 2006 22:40 GMT | 2 |
I have a desktop and laptop for development. Both are xps and both are sp2 and both are update to date with security patches. On my desktop when I run the LogonUser api function call. It will
|