| Thread | Last Post | Replies |
|
| How can I display data using GridView and Reader | 08 May 2007 09:43 GMT | 2 |
Below is the code I wrote but it aint working.... : It throws an exception on DataBind() statement that "the source does not support server-side paging". PLz Help. Really stuck.
|
| MDI child window Icon size | 08 May 2007 08:56 GMT | 2 |
Hello NG, what are the right dimensions for a window icon, used on a mdi child window? My Problem: I used a third party Icon-Designer to design some icons for my application.
|
| Using SetPixel | 08 May 2007 08:22 GMT | 3 |
I have to do an image viewer for an exotic format so I want to know how to place pixels somewhere on the form or on some object. I tried doing this but it works incredibly slow. {
|
| Duplicate code finder. | 08 May 2007 07:48 GMT | 2 |
I'm looking for an app that can find duplicate code within a large solution. I found something like Simian (see also http://blogs.conchango.com/howardvanrooijen/archive/2006/02/08/2776.aspx), but I am looking for (free-ware/open source ) alternatives, as Simian
|
| Structs vs. Classes | 08 May 2007 05:26 GMT | 29 |
I'm really confused by the difference between a Struct and a Class? Sometimes, I want just a group of fields to go together. A Class without methods seems wrong, in that it carries too much overhead (I think). A Struct seems more appropriate. At least it is what I would
|
| default click behavior of radio button on showing child form | 08 May 2007 04:23 GMT | 2 |
Im using c# express edition 2005 I have an MDI form, where i load multiple child forms from a dll i create, using reflection and late binding The child forms have multiple radio buttons in a groupbox, and have
|
| How to transfer the following JAVA codes to C#? | 08 May 2007 03:53 GMT | 1 |
private void startupServer() { try { serverscoket = new ServerSocket(Listener.PORTNUMBER); SERVER_ON = true;
|
| What's wrong with Private keyword | 08 May 2007 01:12 GMT | 7 |
Can some one tell me about what's wrong with the following code and what is the solution with some meaningful correction ----------------------------- class Program
|
| Read data file on client fails | 08 May 2007 00:42 GMT | 8 |
I have an ASP.NET form that reads an Excel file and populates a datagrid. If I load the form in IE on the server, and select a local file, the code works fine. However if I load the form in IE from a client (http://server/readexcel.aspx) and try to read a local Excel file, the ...
|
| FFT in C# | 07 May 2007 23:53 GMT | 2 |
I just implemented a decent FFT algorithm that works for all "n" (not just powers of two!) in C# and made it available as a DLL: http://www.ffconsultancy.com/products/signal_processing_net/ Perhaps surprisingly, there are some very expensive .NET implementations
|
| I keep missing Hungarian naming; still smart to abandon? | 07 May 2007 23:52 GMT | 14 |
I've been weaning myself off of Hungarian notation because that's what Microsoft is telling me to do, and I want to be a good little MS developer. But things keep coming up that make me miss my little 3-character prefixes. I'm fine with EmployeeFirstNameLabel instead of ...
|
| IRQ and Serial Ports | 07 May 2007 23:00 GMT | 2 |
I made an app in c# that uses several serial ports. For the serial ports I use a pnp Sunix board, some with 8 serial ports other with 4 or even 2 serial ports. Whenever I use the development computer I don't have ay problem with
|
| HttpWebRequest, Error 400 - Possible redirect? | 07 May 2007 22:58 GMT | 2 |
I'm trying to connect to different sites using an HttpWebRequest object and some of them return an Error 400. If you navigate to it in a normal browser, it works fine. This is an example of one: http://www.nmprc.state.nm.us
|
| Using Generic Class | 07 May 2007 22:46 GMT | 2 |
I have a few of this same basic class all the same except the name. Is it possible to use generic to improve this? Thanks Mel
|
| Accessing Parameter Value with Attribute | 07 May 2007 21:38 GMT | 2 |
Is there any way to use a custom attribute class to use a parameter of the tagged method? For instance, [LogThis ( user) ]
|