| Thread | Last Post | Replies |
|
| Stored Procedures or Web services | 01 May 2008 00:55 GMT | 3 |
I am developing a client-server application using C# and SQL Server 2005. Right now, I am using web services to access database, but I'm wondering if this is the best way. The purpose of using web services is to reuse them with a web application, for instance. However, I think I ...
|
| Memory Fault Error | 01 May 2008 00:33 GMT | 1 |
I am getting a memory fault exception that I've traced to a TreeView nodes clear method. I am not using unsafe mode and am not doing anything outside normal application programming. treeview.Nodes.Clear();
|
| LINQ and dropdownlists | 30 Apr 2008 23:34 GMT | - |
I just started working with Linq and am having trouble with adding and removing items from a dropdownlist. The dropdownlist is bound to a LinqDataSource. On the form is a gridview that lists some statistics for a product and a value for each stat line. There is also an Add
|
| How to Overlap User Controls in Windows Application? | 30 Apr 2008 23:01 GMT | 2 |
I know the answer is simple ... as soon as I find it. I have a Windows Application in which I want to display a different User Control in the bottom part of the form depending on the functionality chosen by the user.
|
| Gridview-Grouping Data | 30 Apr 2008 21:13 GMT | - |
I am using a method to group data in Gridview. I am able to compare one sortexpression with the gridview field. I would also like to compare sortexpression2 with another gridviewfield. How is that possible.
|
| Default values for user settings | 30 Apr 2008 21:03 GMT | 8 |
Question regarding the settings feature in Visual C# 2008. Let's say I create a user setting called TextEditor in the settings designer. I realize that I can type a string value such as NOTEPAD.EXE in the Value column. However, what if I want to make the default value something ...
|
| sqldataadapter | 30 Apr 2008 20:30 GMT | 2 |
Im inserting 100 rows into the database i need the Identity column back. Im not sure how to accomplish this... Using SqlDataAdapter
|
| Error in Winforms App | 30 Apr 2008 19:54 GMT | 1 |
First off, I'd like to apologize if this is in the wrong place, if it is let me know and I will move it. I am experiencing a weird error with a winforms app that I have built. In a nutshell, two dates are entered and then a button is clicked which performs
|
| GetEntryAssembly Screen Positon | 30 Apr 2008 19:44 GMT | - |
C# WinForm Project, VS2005: I'm writing code in CAB Module. I need to be able to identify the screen location of the Shell for the project at runtime. I don't have direct access to the Shell, so myShell.Location doesn't seem like an option. I've tried
|
| Embedding native code in a .NET DLL | 30 Apr 2008 19:18 GMT | 6 |
I would like to embed a high-performance native-code BLAS implementation in a .NET DLL. What is the recommended way of doing this?
 Signature Dr Jon D Harrop, Flying Frog Consultancy
|
| SerialPort, USB ports and Port Names | 30 Apr 2008 19:12 GMT | 7 |
I'm trying to send some printer commands (ZPLII) to an attached USB printer using the SerialPort component. I didn't get very far at all. In fact I haven't gotten anywhere. The first problem I encountered is that a call to SerialPort.GetPortNames()
|
| Serialize array to XML | 30 Apr 2008 16:41 GMT | 1 |
All, I'm getting a 'There was an error generating the XML document' when using the following code: //list is ArrayList with 20 UsageLogEntry objects - each consisting of
|
| How do I capture the button's click event of a DataGridView column? | 30 Apr 2008 14:58 GMT | 1 |
I'd created a Template column on my DataGridView which contains a textbox and a button that is shown while on Edit mode. How do I capture the button's click event? I don't want to use the CellClick() event, I just want to capture the
|
| find and replace IDE | 30 Apr 2008 14:52 GMT | 5 |
IDE 2003 (C#) need to replace last string by a carriage return line feed find themethod(); replace it by
|
| Superdiff | 30 Apr 2008 14:04 GMT | 2 |
Doesn't seem to work. I just installed this and tried to run on my machine. I select 2 files using the elipsed buttons next to the Compare button and select my 2 files.
|