Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Bitwise operation returning a long ... how28 Aug 2007 21:54 GMT3
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.028 Aug 2007 21:47 GMT4
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 expressions28 Aug 2007 21:45 GMT1
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 XmlSerializer28 Aug 2007 21:34 GMT2
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 class28 Aug 2007 21:25 GMT9
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 GMT7
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 GMT2
What is the difference between XML / OOP / UML programming?
I'm so confused!
Rectangular Array28 Aug 2007 18:21 GMT3
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 beginners28 Aug 2007 18:17 GMT7
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 GMT1
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 sub28 Aug 2007 16:51 GMT9
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 Reporting28 Aug 2007 15:57 GMT1
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 GMT2
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 string28 Aug 2007 14:16 GMT3
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 detection28 Aug 2007 14:07 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.