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# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Remoting timeout not working19 Mar 2008 15:24 GMT1
When the remoting server is not available (it is unreachanble/ closed/
non-existent),  making a call on the remoted object takes 45 seconds, and
this timeout value cannot be changed.
MSDN says this problem is fixed by setting the channel timeout property, but
about the Uri relative path19 Mar 2008 15:13 GMT2
hi, i just want to know when i new a Uri instance using the UriKind.Relative
para in construtor, where is the root path, for example, a local file
Uri u=new Uri("a.txt",UriKind.Relative);
then where is it? I thought it would be in the "object\debug" directory
Using LINQ to see if Item already exists in listview19 Mar 2008 14:28 GMT7
Im trying to use c# and linq to simplfy searching through a listview
but cannot get it to work can anyone help?
here is what i got so far which doesnt work.
var qry = from L in listviewname.items.all
Web Service Dataset to a Internal  SQL Server19 Mar 2008 14:02 GMT2
I have a web service that pass me a DataSet, I get all data correctly, I can
even load it on a DataGridView, buyt I want to pass tha dataset to a
Internal SQL Server, exact data structure , with no modification. What is
the best wat you pass the Dataset to a table on the Internal ...
Working an enum19 Mar 2008 08:42 GMT3
I've create a class Clock for entering
handling directions. It has twelve
values, 0 through 11, and methods for
jumping back and fort in time.
Stringbuilder class19 Mar 2008 08:39 GMT2
If StringBuilder has the ability to Insert and Remove then why not EndsWith
and StartsWith? Hell, why not even something like Substring and Split which
would return strings(or even stringbuilders)
To me this class seems to be the most useless class?
Call external web service19 Mar 2008 07:49 GMT6
I am working on a C# program and I need to invoke a method on an external
web service. I have done many such method invocations from .NET web services
where I am able to add the web reference to my project, but for this all I
have is a WSDL and the URL for the external service.
deleting multiple rows in a datagridview .net19 Mar 2008 07:03 GMT6
How to let user delete multi rows from the BindingSource while the
SelectionMode Property set to RowHeaderSelect
I have in my program datagridview bound it to sql table
Throw Bindingsource
Confused about the lamda expression19 Mar 2008 03:45 GMT7
I want to get my hands dirty with Linq, so I watched a few videos from
www.asp.net, and then turned to
http://msdn2.microsoft.com/en-us/library/bb397687.aspx
for some introduction about the new lamda feature of C#.
Best way to display real-time data in place?19 Mar 2008 01:49 GMT3
I have an application where I wish to display and update some text in
place, eg:
Status1 = val123
Status2 = val345
Adding leading zeros to NumericUpDown Control19 Mar 2008 00:52 GMT7
I am trying to force a numericupdown control to display leading zeros.
The maximum is less than 100, so the displayed value will always be a
two digit number or less. So I have overridden the OnValueChanged
Event with the following code;
Refering a static class19 Mar 2008 00:45 GMT5
I've placed all my constants in a class
called Donkey (since it's carrying all
the stuff). When i'm creating an array,
i get the info for the size from there.
serial port - again19 Mar 2008 00:07 GMT6
I need to write an application which two computers can transmit data
via serial port (COM1). So I wrote two simple test program write to
comm and read from comm. However, when I test these two programs, I
could not read any data from COM1. Data seems to send Ok but the
Assigning properties Values from one object to other18 Mar 2008 23:46 GMT5
I want to assign the values of properties of object A to objectB
They both belong to different classes but implement  on common
interface. I just want to assign the properties defined in the
interface.
Simple example Please18 Mar 2008 23:34 GMT1
Can anyone point me to the code for a simple example of 2 classes and /
or forms referencing each other using Fields or Get/set properties.
I want both to be able to acces each others Properties and Functions.
I want the correct way, so I learn the correct way.
 
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.