| Thread | Last Post | Replies |
|
| DataTable Select - Undefined function error | 08 Jul 2008 07:28 GMT | 4 |
I've to filter rows from DataTable Select There is a column named "Phone" which contains values in the following format: (901) 789 1234<BR>(901) 789 1235<BR>(901) 789 1221
|
| Just want to know if it is possible with C#. | 08 Jul 2008 02:55 GMT | 3 |
I'm writing a very simple web server with C#. Since this is NOT for actual use, I won't permit connection from other than the computer it's running on. But, when I run it, Windows Firewall askes me if I want to unblock it. Of course, I can simply click Keep blocking, but I
|
| can't see this odbc datasource on the network from a web service | 08 Jul 2008 02:48 GMT | 5 |
This code works: using System; using System.Collections; using System.ComponentModel;
|
| Inheritance map over all the classes in .NET | 08 Jul 2008 00:33 GMT | 4 |
I would like to have a map over the inheritance hierarchy that exist in .NET. Can this be found somewhere on the NET. //Tony
|
| How to break out of a event handling loop? Detect a minimized window? | 08 Jul 2008 00:16 GMT | 4 |
See comment below. This is a simple problem but I'm a little rusty. How to break out of a event loop (here _Paint)? I've tried if/else, case, etc but not quite what I want--I keep getting the JIT system event exception handler saying "zero area!", or, worse, the Paint loop
|
| Datagridview checkbox | 07 Jul 2008 23:59 GMT | 2 |
Please help.How can i catch the event when a checkbox is checked on the datagridview. thanks
|
| Windows Service Install | 07 Jul 2008 23:41 GMT | 4 |
i created a windows service and created a installer for it.. i just want to add a feature to it.. please guide me in doin that.. the serviceprocessinstaller allows me to specify the account type as the Local System account..
|
| Problem Updatinh Databound TextBox when Underlying Property Changes | 07 Jul 2008 21:49 GMT | 1 |
We have a class with a DateTime property and a string property that represent that same date. We bind our text boxes to the string property. We do this so that our users can enter dates in various formats.
|
| how to change the item type display name in pop up collectioneditor | 07 Jul 2008 19:26 GMT | 7 |
I have my property editor wich uses the pop up collection editor for arrays etc, but i have had to use a generic wrapper for the elements in some types of collections.
|
| SQL to Linq - Left, Right and Inner Joins | 07 Jul 2008 19:02 GMT | 19 |
I am used to SQL but I am starting to use LINQ. How can I create Left, Right and Inner joins in LINQ? How to distinguish the different joins? Here is a great SQL example:
|
| installutil for windows service | 07 Jul 2008 18:48 GMT | 4 |
I get an error saying “Source MYSERVICENAME already exists on the local computer.” I have XP. What’s up with that? any help about it, please
|
| Summary query in DLinq | 07 Jul 2008 18:35 GMT | 6 |
DLinq objects: class Item { string ItemCode {get;set;} // primary key }
|
| Format Numbers To Strings.. Perfomance? | 07 Jul 2008 18:04 GMT | 9 |
I don't really want to get too much of a debate here, but I have a feeling this just might cause one. I have been trying to increase the performance of one of my applications. (C# .Net web app). Here's the scenario.
|
| NET MVC | 07 Jul 2008 17:44 GMT | 1 |
I am using ASP.NET MVC and I am running into a problem. I have a List Of MyClass which is a property of my controller ViewData. In the View I have a form where I need to display the List in the CSV
|
| shared memory | 07 Jul 2008 17:11 GMT | 3 |
Hy guys!! I have an structures array, i need to send it memory address to a dll function, is it possible in c# ? my dll function gets a pointer to structures array
|