| Thread | Last Post | Replies |
|
| How to put different cell type in the same DataGrid column? | 23 Jun 2006 04:51 GMT | 2 |
I want put into my DataGrid different control types in the same column. For example: Column 1, row 0 ==> TextBox Column 1, row 2 ==> CheckBox
|
| Retrieve file on a Sharepoint Document Library using other credent | 23 Jun 2006 02:53 GMT | 1 |
There are some files in a Sharepoint document library that I need to access from a C# Webcontrol. The problem is that when the user runs the ASP.NET webpage they will be coming in with a non-privileged account. In the C# program I would like to access the Document Library (using my ...
|
| SqlBulkCopy problem | 23 Jun 2006 02:23 GMT | 1 |
I am developing C# project, using ADO .NET 2.0 to connect to SQL Server 2005. I created a DataTable from scratch, and then use SqlBulkCopy to insert it into an empty table in a SQL Server 2005 table.
|
| Code Reuse | 23 Jun 2006 02:10 GMT | 4 |
I am an IT person who uses .Net to support our infrastructure. Since I have been doing this for a while it would be a misnomer for classify myself as a newbie; perpetual amatuer seems more appropriate. Notwithstanding, I am tired of cutting and pasting code and moving classes
|
| What Is an Indexer? | 23 Jun 2006 00:01 GMT | 17 |
i want to know waht is an index and how we use it with a simple example including the main of the program . thanx
|
| ListView Header Color | 22 Jun 2006 20:55 GMT | 4 |
Is there a simple way to give the column headers of a list view a fore color? Thanks, Adrian.
|
| <Ping> Nicholas Paldino <Ping> | 22 Jun 2006 20:44 GMT | 4 |
Hello Nicolas, Wrt the problem I posted yesterday about my textbox causing the Button_Click event to fire. You said you'd only believe it if you saw it, and asked for sample code
|
| Weird Form Event Occurances | 22 Jun 2006 20:38 GMT | 7 |
Don't know if anyone can cast any light on this... I have a fairly complex C# WinForm with (amongst other) a text box and a button. The TextBox has events declared for KeyUp and KeyDown, the button has a
|
| Cannot generate Debug exe | 22 Jun 2006 20:19 GMT | 4 |
Starting yesterday, for some reason a Build or Rebuild will not generate a debuggable .exe in Debug if one already exists. Before doing a build, I have to manually delete the file. If I don't do this, then no breakpoints etc work. I THINK it might have coincided with installation ...
|
| Textbox resize problem | 22 Jun 2006 20:17 GMT | 1 |
I am trying to resize a textbox to exactly fit the contents. The method I am using gets it close but it is just a little bit too small. Could someone tell me where I am going wrong here please? /* SYSTEM GENERATED FOR THE TEXTBOX */
|
| serial port read - returns before finished? | 22 Jun 2006 20:16 GMT | 3 |
I got a problem with serial port read which I use like this: sp.Read (byteBuffer, 0, 100); but the problem is that it returns before it has read the 100 bytes - is there a way to set up the port in a syncronious state so that it wont return
|
| How can I pass an XmlDocument as a value type? | 22 Jun 2006 20:10 GMT | 4 |
I would like to pass an XmlDocument to a method as a non-referenced object. Can this be done?
|
| Unused exception variables causing warnings | 22 Jun 2006 19:53 GMT | 6 |
So, I was planning on ridding my VS2005 solution of all warnings, but the ones sounding "The variable 'ex' is declared but never used" in catch-blocks, are causing a headache. I have several cases of code like this:
|
| C#, Webforms, Javascript, and scraping | 22 Jun 2006 19:32 GMT | 1 |
I have written a fairly simple application in C# that loops through the forms, and all the children of all the forms, and have generated a tree view with all the properties. All this works good and well. But now I have a new problem. Some websites have javascript menus (which can be
|
| VS2005 Executes Code After I Hit Stop | 22 Jun 2006 19:21 GMT | 6 |
Hey All, In my website projects I can set a breakpoint, run the app, the breakpoint gets hit, and I can step through or check some variables or what not, and if I hit stop it appears that the rest of the method (and
|