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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
WCF better than Net Remoting??03 Jul 2008 17:06 GMT6
Is WCF better than Net remoting??
What are the adventages of WCF??
Thank you
Cesar
A ADO.net Transaction question03 Jul 2008 16:52 GMT3
   I used SqlTransaction to insert datas to table A in my program ,but I
find that before I commit the transaction ,I even can not use query analyzer
to query data in table A, could anybody tell me why and is it normal or not?
Thanks
MDI Forms using MainMenu03 Jul 2008 16:39 GMT1
Whenever I launch an MDI Child, I can add items to the MDI Parent's MainMenu
easy enough, but how do I call them from the MDI Child?
In the Parent,
private void miPrint_Click(object sender, EventArgs e) { /* code */ }
A bug in .Net Binary Serialization?03 Jul 2008 15:41 GMT12
I recently came across something really strange and after a couple of days
of debugging, I finally nailed the cause of it. However, I have absolutely no
idea what I am doing wrong or is it just a bug in binary serialization. The
following is a simple example of the code:
serialize to iso ?03 Jul 2008 15:14 GMT2
hello, i have a classe.
I want serialize it into a define encoding string ... and send it by
webservice.
XmlWriterSettings writerSettings = new XmlWriterSettings();
Preserving column names in a data set03 Jul 2008 14:38 GMT2
I'm filling a data set in C# from an SQL database and then binding
this to a repeater. I have an OnItemCreated method on this repeater
and I am trying to get the value in a column called "ServiceFK".
However, it appears I can only use an index rather than a column name
How do i use ftpWebRequest with both CWD and non default port03 Jul 2008 13:25 GMT2
I was having problems changing directory using ftpWebRequest using the
following constructs.
ID ftp://qxxxx.net:4211 string << this works fine.
ID "ftp://qxxxx.net/faer/:4211" string. Doesnt work
Can I change IP using C#?03 Jul 2008 12:02 GMT2
Is it possible to change IP with C#?
I don't need to change it to a specific IP, but if possible I would be
happy to know how.
Ofir.
Web Browser Control -- View HTTPS web contents as web folder03 Jul 2008 11:41 GMT4
I apologies if this message was posted before.
I need to develop an application which connects to HTTPS website and
show the contents (web folders) just like windows explorer, so i can
apply drag n drop, cut, copy and paste operations. The functionality
Passing strings to C++ DLL03 Jul 2008 11:08 GMT6
I am attempting to write a .NET wrapper for a C++ DLL file, but am having
problems with passing strings as parameters. How should I be writing my C#
function call when the C header file is definined as taking a char * as an
argument? For example the C++ header says
resources file not working in VS200803 Jul 2008 10:28 GMT1
I have converted a project from VS2005 to VS2008, and I now have
problems accessing icons which are stored in a .resources file.
The target framework is still 2.0.
When I look at the .resources file in the Soultion Explorer, the icon
Returning "this" or classtype from static method03 Jul 2008 10:15 GMT5
I have a static method in a class and I need to be able to return a
reference to "this". Googling around, I found a heap of discussions of
the pros/cons of "abstract static" etc. It was quite a heated debate
about purity of OO design that just did my head in a bit.
Checkboxes and datagrids03 Jul 2008 10:11 GMT1
I have a datagrid with checkboxes in it.I have a total column. Now
whenever a checkbox is ticked i need to retrieve the total of that row.
How to compare enums?03 Jul 2008 09:24 GMT2
I have an enum which obviously has several values.  I want to be able
to do a comparison to see if the value selected by a user is the same
as one of the enums in the list.  My code is below.
if (risk.Vehicle.ImmobiliserMake != ImmobiliserMake.None ||
Generic Interfaces and casting from object at runtime problem03 Jul 2008 09:03 GMT14
Let's say that I would like a generic type that supports Min/Max
properties and can be double or integer or even datetime if need be,
something flexible.
So I go about creating the following generic interface :
 
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.