| Thread | Last Post | Replies |
|
| Row Index in RowCommand event handler | 13 Nov 2007 12:35 GMT | 3 |
I have a gridview that has a button column and a template column with another button in it. When I click on the button column button I can get the row index in the event handler for the CommandArgument parameter. However when I click on the template column button the ...
|
| CR and npgsql | 13 Nov 2007 11:06 GMT | 1 |
I am using visual c# (postgreSQL as DB and Npgsql as data provider) and now I need to print a report. I am trying to use Crystal Reports but I cannot connect the data source. How can I connect Npgsql to my project?
|
| Adding a custom color in color dialog box | 13 Nov 2007 10:55 GMT | 1 |
Adding a custom color in color dialog box: How do you do this? I did look through MSDN but could not find the answer. Zach.
|
| Re: clr20r3 error in WPF application | 13 Nov 2007 10:13 GMT | 4 |
When I try to deploy a .NET 3.0 application I get a clr20r3 xamlparse error in the Event Viewer and the GUI wont even show up. The application runs fine in the development environment. Can somebody help me figure out what this error is??
|
| Page reference in custom IExceptionHandler | 13 Nov 2007 09:55 GMT | 3 |
Hi misters, I have an application web (asp.net) and I want define custom Handler for exceptionhandling (Enterprise Library) My custom class..
|
| PLinq | 13 Nov 2007 09:42 GMT | 3 |
According to the this article: http://www.eweek.com/article2/0,1895,2009167,00.asp There is an extension to Linq called PLinq. Is PLinq going to be part of C# 3.0?
|
| LINQ | 13 Nov 2007 09:34 GMT | 1 |
I must to work with SQL Server database that allow collumns to be null. F.e. column NREWID in table K_OSOBY is Decimal 7 and accepts NULLs. When creating DLINQ object of table
|
| Macro or tip to have automatically updated file headers ? | 13 Nov 2007 09:27 GMT | 6 |
Is there any way to maintain automatically a header file like this: /* * **********************************************************************************
|
| Type convertsion from string | 13 Nov 2007 08:57 GMT | 44 |
Using VCS 2005 Express .NET 2 WinForms. I implemented entity databinding in DataGridView OnCellValuePushed method as PropertyInfo p = entityTmp.GetType().GetProperty( Columns[e.ColumnIndex].DataPropertyName);
|
| HTTP streaming | 13 Nov 2007 08:47 GMT | 4 |
Is there anyway I can stream large documents to a clients web browser without putting a huge load on the web servers memory consumption? The only way to access these documents it the HTTP protocol. A direct link is out of the question as the user name and password
|
| The "Program Files" folder in Vista | 13 Nov 2007 08:20 GMT | 3 |
Hi, I have made an application in C#, where I use the statement Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles) to get the name of the "Program Files" folder. It works fine in "Windows 2000" and "Windows XP", but it fails when I'm
|
| How to create DLL from a class generated at run time? | 13 Nov 2007 08:12 GMT | 1 |
I have to create a DLL from a c# class generated at run time. Could anyone help me to do this? Thanks.
|
| Problem with Scientific notification | 13 Nov 2007 07:31 GMT | 3 |
I am new to c#. I am facing a problem with exponential or scientific notification. When I use math.pow() funciton, if the numbers are big, it returns me in exponential format.
|
| How to read exchange inbox with c# | 13 Nov 2007 06:21 GMT | 5 |
I have to write an application that run once a day that can read all new mails on an exchange special inbox. Then I have to get the subject,attachments,date etc from each email . How can I do it ?
|
| Get a file from my resource file and write it to disk | 13 Nov 2007 05:41 GMT | 9 |
Here's my problem. I am using an obscure font in my Windows Form application, so I want to ensure that people using the application will have the text displayed as intended. I've included the ttf font file in my resources file and I want to write it to disk so that I can
|