| Thread | Last Post | Replies |
|
| Bitwise operation returning a long ... how | 28 Aug 2007 21:54 GMT | 3 |
int number = 0; int result = 0; result = number | 0x80000000 Why is the compiler telling me this is converting a long to an int.
|
| Help Trying to create draft document in Lotus Notes (6 & 7) with C# 2.0 | 28 Aug 2007 21:47 GMT | 4 |
I could use some of the expertise out there to sort out issues with what I am trying to do Any help or suggestion will be appreciated :-) The Problem:
|
| regular expressions | 28 Aug 2007 21:45 GMT | 1 |
I have a long text and in some part of it there is text in clauses : abdghgj(dfsfdsf)fsdfdsf(Fsf) . I want ,using regular expressions to get only the text that is inside the clauses.
|
| Help! ISerializable not being detected by XmlSerializer | 28 Aug 2007 21:34 GMT | 2 |
I have a class library in which I have classes which implement ISerializable. They all have GetObjectData implementations and constructors to support deserialization. In unit testing this library, I discovered that my classes were being
|
| struct or class | 28 Aug 2007 21:25 GMT | 9 |
Since struct and class are very similar in C#, I was wondering why using struct would be better in some situations than using class. Any performance issues? What about sending struct or class as parameter to function? Is it by value or reference?
|
| Unable to connect to SQL remotely through SqlConnection??? | 28 Aug 2007 21:20 GMT | 7 |
Hey guys, I've written a web application that I'm simply trying to use to access a database. When I run the application locally (or as an NT Service) it can easily access the remote SQL database. However, when I host the item
|
| i'm so confused about these! | 28 Aug 2007 20:17 GMT | 2 |
What is the difference between XML / OOP / UML programming? I'm so confused!
|
| Rectangular Array | 28 Aug 2007 18:21 GMT | 3 |
Hello, Newsgroupians: I have a question regarding rectangular arrays. Suppose I am trying to create a rectangular array of type System.Object. Each item in the rectangular array may be an integer, a double, or a string. However, until
|
| Books for beginners | 28 Aug 2007 18:17 GMT | 7 |
Any good C# books for the absolute beginner? I do have experience with VB, worked with Ms Access and with SQL Server have some experience with OOP and now I am interested to make the shift to C#.
|
| DetailsView & TextBox (C#) | 28 Aug 2007 17:19 GMT | 1 |
I have a detailsview on page, called DetailsView1. I also have an ItemTemplate TextBox called PaymentStatus. I want to from CODE BEHIND update the text of PaymentStatus but I am unable to reference this object, and I have tried for hours to use FindControl to
|
| Passing Items into a sub | 28 Aug 2007 16:51 GMT | 9 |
Ok, so I have this sub I wrote, and I create a new instance of a UserControl: ctrlAPs tempctrl = new ctrlAPs(); Now, I would like to be able to use this sub I wrote for more than one
|
| Text File Reporting | 28 Aug 2007 15:57 GMT | 1 |
I am using C# with SQL Server 2005. I have a table that looks like this: EmpID Code ----------- --------
|
| How to create a network share? | 28 Aug 2007 15:48 GMT | 2 |
How can I create a network share for a local directory? I found it quite easy to come up with some methods to set access rights for directories and / or files, but I can't find any working examples (there aren't many anyway) of how to create a network share...
|
| Initializing XmlReader with a string | 28 Aug 2007 14:16 GMT | 3 |
Hey guys. I want to move over a xml data using the XmlReader. The problem is that the XmlReader.Create function demands (at least in .net 2.0) a file location, while I need to provide a string of xml data instead
|
| Network Availability detection | 28 Aug 2007 14:07 GMT | 2 |
I want to make a little programme to show the network availability status. I read that I had to use Microsoft.VisualBasic.Devices, creat a delegate to manage the event. Here is the code that I made but of course it dosn't work
|