| Thread | Last Post | Replies |
|
| DataTable.Select - Thread.CurrentThread.CurrentCulture - String.Format | 06 Jan 2008 13:13 GMT | 5 |
Hi NG, in my application a <myDataTable>.Select fails with "Syntax error in the expression." It took me a while, isolate the cause to this:
|
| Get properties in native order for DbLinq | 06 Jan 2008 12:45 GMT | 7 |
I need to get type t properies in the native order as they appear in class definition .cs file. Type t has full-property constructor whose parameters are all properties in native order.
|
| Deployment with database | 06 Jan 2008 09:45 GMT | 1 |
All, What's the simplest way of a deployment of an application written in C# and using ADO.NET and MS SQL Server? I created a deployment project in the VS2005, aded it to the solution,
|
| Update From dataset to Database | 06 Jan 2008 08:44 GMT | 2 |
I have a problem: I have a form and a DataGridView. I used DataAdapter to get data from the DB. My source Db have two tables, and i use the join the create e new tables in the dataset, then I load the dataset into the datagrid. Now to upgrade the database directly from the
|
| Enum to ListBox | 06 Jan 2008 06:54 GMT | 2 |
Is there a way to add a list of items from an enum to a ListBox, and be able to reference them by their 'id'? I have this: public enum Chemistry
|
| modulas | 06 Jan 2008 02:54 GMT | 2 |
does c# have a mod function tks
|
| Calling extension method using reflection | 05 Jan 2008 23:35 GMT | 2 |
How to call extension method using reflection ? I tried this code but methodInfo is null. Andrus. using System.Reflection;
|
| Is it possible to develop for Windows Mobile 6 in C#? | 05 Jan 2008 23:23 GMT | 3 |
I've installed Express C# but as i just purchased a new PocketPC device with Windows Mobile 6 it stroke me that it could be very nice to write an application for just my device. Is that possible in the Express version or do i need the full and
|
| Understanding != when rewriting URLs | 05 Jan 2008 18:48 GMT | 3 |
I have a web app I'm developing in C#. I have a UrlRewrite HTTP Handler, which seems to work, apart from when I ask it to do something if NOT. Here's the directory structure... /default.aspx
|
| difference found with debugger attached | 05 Jan 2008 18:43 GMT | 3 |
Ive finally found what the difference is, it seems a difference of the least significant bit is enough to cuase a problem with part of my code, wich determins if one point is inside a 3d model.
|
| .NET built-in interfaces | 05 Jan 2008 17:19 GMT | 1 |
There are various built-in interfaces, like: IEnumerable, IDisposable, IDataReader etc. For what they are meant for and when to use them? Where I can find examples on these?
|
| vshost | 05 Jan 2008 14:09 GMT | 3 |
Newbie in asp net here. I have been struggling with a problem for weeks, and after analyzing logs I found something new. The problem in short: I have a web app, not done in .net. It is apache/php stuff. A few php
|
| How to tel if IDE debugger is atatched. | 05 Jan 2008 13:49 GMT | 7 |
Im still trying to sort out whats cuasing the difference when the debugger is attatched... Ive finsihed re writting a lot of the code and although its a heck of a lot faster it still gives the same visual diferences,
|
| Using databinding to display settings | 05 Jan 2008 09:16 GMT | 3 |
I was thinking about using databinding to display the user settings. I'm not using the .NET 2.0 ApplicationSettings but I'm using a class that contains all the settings. I have a few questions:
|
| DateTime - Misusing Greater Than? | 05 Jan 2008 05:40 GMT | 2 |
I was trying to make a quick 5 minute app to remind me to do something before leaving work - just have the dialog appear which showed in the quicklaunch bar. The application hung (which was unfortunate as I had set it as a startup
|