First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
dynamic search and sort using linq
I need to build a form that will take in string value from dropdowns for: sort_colum_name, search_column_name, table_name and textbox for search_text I know this is possible using expression trees, but somehow cant form the statements. Please help Here's what I have so far: private static Lis... 24 Jun 2010 13:02
Real Programmers (TM) use MSFT C# not Linux languages (sez anexpert)
RayLopez99 wrote: Don't take my word for it, see what this nationally syndicated author and computer programming guru says... and note the reader's comment at the very end...about Linux...I think he's talking about Linux. You really need to cut this cross posting out, as the C# programming NG doesn't ... 28 Jun 2010 23:51
Real Programmers (TM) use MSFT C# not Linux languages (sez an expert)
Don't take my word for it, see what this nationally syndicated author and computer programming guru says... and note the reader's comment at the very end...about Linux...I think he's talking about Linux. Anyway the takeaway executive summary of this article is simple: C# rulz. RL http://programmingzen.com/... 29 Jun 2010 05:18
Question about the garbage collector
Hello, I am trying to understand how the garbage collector works. To do this I created a simple test with a timer. I create a timer and then release all references leading to this timer, then I force a garbage collection. To my surprise the timer is still sparking off events! Here's the code: using System... 30 Jun 2010 05:26
PDF font features
Hi, I need to get the font size,color,bold status and underline status of all occurrences of a particular word in a pdf file. Please help me to get the solution to obtain all such features of a word. i.e. If I've search term 'shipment' and pdf file 'myfile.pdf' then I need to get all occurrences of word 'shipment' ... 24 Jun 2010 02:04
DataGridView Column
Hi all, My datatable contains two columns. I visualize it with a DataGridView. Now I want to disable editing the entire column[1]. How do I manage to do that ? Thx all ... 23 Jun 2010 19:32
Get an ArgumentOutOfRangeException when added a new row in my Data
I am getting the exact same exception. I assume you probably fixed it by this point - I'd be interested in knowing how. I have worked around the problem by inheriting my own datagridview class, and overriding the OnMouseDown event to swallow that error: //Ditto -- see above error. protected overrid... 23 Jun 2010 17:19
Checking for True
A new college at work use the following if(true==x) { ......... } now I have through all my programming years and through various languages have always used if(x==true) { ......... } Now yes we get the same result in checking for a true value but he's a smug sod so don't wish to question his method... 24 Jun 2010 11:52
HttpListerner
Is there something I'm missing that needs to be in a web.config or something? I have a simple test application trying to track down a problem. I create an httplistener on one side: //Server HttpListener hl = new HttpListener(); hl.Prefixes.Add("http://ip:7867/test/"); hl.Start(); IAsyncResult result = hl... 24 Jun 2010 10:44
Emacs emu mode for VS2010
Unfortunately MS has eliminated Emacs emulation from VS2010. (Not sure why, as many programmers don't like changing hand position to reach for cursor keys. And others need to program on multiple platforms, including Unix.) Are there any good plugins to restore Emacs key mapping? ... 25 Jun 2010 09:53
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16