| Thread | Last Post | Replies |
|
| Weird Null reference error problem | 17 Oct 2007 01:03 GMT | 5 |
I'm relatively familiar with asp.net and vb.net and have been working in the environment for several years. I've dealt with null reference errors before and generally know how to code around them But now I have some new code I deployed and I'm getting a null reference
|
| synchronizing project in local PC and ftp server? | 16 Oct 2007 23:42 GMT | 1 |
How can I sync the my asp.ne files of my ftp server with the files in my PC? Macromedia Dreamweaver has a tool that automatically connects to my ftp server and compares versions with my local machine.
|
| Client side validator reset? | 16 Oct 2007 23:00 GMT | 4 |
How do you clear a validation control on the client? I have a clear button which clears the input boxes, but if any validation controls have fired, their text isn't cleared. I looked around for a long time for an answer but found nothing. Has to be cleared on the client with no ...
|
| Dividing task into processors | 16 Oct 2007 21:41 GMT | 3 |
Is it possible to order that task has to be executed by exactly that processor? I mean: When I have to or more processors in my computer I would like to say, that task X has to be executed only by processor 1 and task Y only by processor 2. Does .NET allow to do something like ...
|
| Gridview row count troubles | 16 Oct 2007 21:24 GMT | 2 |
I have a small Web app that has a couple of pages in it. Both pages have gridviews on them with basically the same ObjectDataSource. This object data source is a business class. One of the GridViews allows editing so I enable ViewState on that one. The other one does not so I ...
|
| asp.net manage state of classic asp controls. | 16 Oct 2007 20:31 GMT | 2 |
I have a asp.net web form running in the 2.0 framework. The page has a mixture of asp.net controls and older controls (ex: <input type="radio" ) When the pages posts back to itself, all of the user entry for the
|
| GridView TemplateField Button does not show up? | 16 Oct 2007 20:04 GMT | 1 |
I've been staring at this and can't explain why it's not working. The grid shows up fine, except the last column, Reset User button does not render??? I checked the codebehind and I am not removing visiblity or disabling
|
| DropDownList selected value error | 16 Oct 2007 19:54 GMT | 1 |
I have a DropDownList control that is bound to a string data field (varchar(3)) that contains Null, 'yes', 'no', or 'n/a'. One of the records in the database had a value of Yes and it gave an error Message: 'ddlOriginalDocument' has a SelectedValue which is invalid because
|
| Inherited Forms Authentication 1.1 vs. 2.0 | 16 Oct 2007 19:54 GMT | 1 |
I've been given the task of rewriting part of a 1.1 app as a new 2.0 app. I'll have to keep the old directory name so references from the old app will sneakly direct the user straight into the new app. Now, the old app used forms authentication, so my question is can i re-
|
| ASP.NET vs. Java Technology | 16 Oct 2007 19:48 GMT | 4 |
I am an ASP.NET newbie. I have previous good experience in VB.NET/C#. I want to know whether I should also learn Java. Please let me know if learning Java will add any added advantage or I should concentrate on .NET itself. Are there any good
|
| Re : Calendar Control popup was overlapped by others | 16 Oct 2007 19:46 GMT | 3 |
The Calendar Control in ASP.NET form was overlapped by other controls, i.e. textbox... Anyone know how to handle it. Thank you very much!
|
| GetWebResourceUrl only working on one page, but no others. Assign the type and it works. | 16 Oct 2007 19:33 GMT | 1 |
I have one page that gets its contents from a class called FormBuilder.cs. It generates a web part. On that page GetWebResourceUrl works fine. All other pages generates an invalid assembly key. If I change the type to the working class I can make it
|
| One client can't login to our site | 16 Oct 2007 19:31 GMT | 6 |
We just switched our web application from .NET 1.1 to 2. Once client can't login out of several that have been successful. They enter a correct user name and password, click the login button and they are redirected back to login with no errors or login failure. The same login ...
|
| Button on MasterPage Does Nothing | 16 Oct 2007 19:16 GMT | 10 |
Does anyone know of any reason a button on a master page would have no effect? I have a complex HTML page that I'm converting to ASP.NET, and acknowledge I could have something odd that is affecting this.
|
| Any tips on speeding up loading of websites during development? | 16 Oct 2007 19:04 GMT | 3 |
I have a web app project which I am developing. It is running under the VS integrated web server. When I hit F5 to debug the thing the site loads as you would expect. Problem is that about 28 assemblies have to be loaded in order to start the project - this is causing a a
|