I have this weird and inconsistent issue. The application is built in compact framework 3.5 running on a windows mobile 6.5 device.
How开发者_开发问答 can I create a custom generic linq filter that will check if the generic class contains a property name and returns the query...
I have an existing .NET 3.5 based framework that is extended using custom plugins.In summary plugins implement a common interface and the core framework invokes these via reflection.The framework work
I\'m having a problem with the AjaxControlToolkit TabContainer Control. I apologize in advance for not submitting any code, but since the code is company property, i have no authority to post it anywh
I created a windows application in .net framework 3.5 and it is working fine in the way of setup installation. In the setup I created shortcut for the main exe. The shortcut not created in the user pr
I developed a windows application in .net framework 3.5 and it is working fine in all the machines if I use setup exe. Because, in the setup I added the prerequest .net framework 3.5. So the setup wil
I have an abstract class BaseClass with two attributes I want to share with class ClassA : BaseClass and class ClassB : BaseClass. However, I want both ClassA and ClassB to be marked with DataContract
I have a simple Class with ID and Name on it which I would like to link to a DropDownList but it seems that myDropDownList.DataTextField = \"Name\"; and myDropDownList.DataValueField = \"ID\"; are not
I am trying to get an old application, that was written using a mvc preview version, to run with version mvc-2 and have run in the following problem.
What I effectively want to do is something like this (I realise this is not valid code): // Attach the event.