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# / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Propertygrid12 Oct 2007 15:37 GMT5
Ho to use dropdown in propertygrid with values from database?
Lets say i have table ITEMS
and columns ID, NAME
Now i want to select id, name from items
Generics in an interface12 Oct 2007 15:01 GMT1
Can anyone fill in the gaps in my understanding here and explain why I get
this compiler error?  Can I not use an interface as a generic type in an
interface?  Below are contents to reproduce the problem.  It seems that I'd
have to declare an empty constructor in the interface, ...
How to suspend DataGridView while I am updating a lot of data?12 Oct 2007 14:21 GMT2
DataGridView takes very much time if I update a lot of data
I have a DataGridView which has a DataSource (a DataTable) of 3000
rows. If I want to update one column of every rows in the DataTable,
my whole appliation freezes with any response. After a lot of time, it
what TreeView event ??12 Oct 2007 14:12 GMT1
Dear reader of this message :)
.NET 2.0
I want to add some code to an event on a TreeView control I got on a form,
which is triggered when a treeviewitem get selected
C# XML Compare12 Oct 2007 13:22 GMT1
I want to compare to large (4+ MB) XML files from a C# program.  I'm
currently using The XML Diff and Path tool from Microsoft's site.  The
performance on the larger files isn't acceptable.  Has anyone used
another tool which is much faster?  I just started looking at running
TcpSocket Component like Delphi's ClientSocket/ServerSocket?12 Oct 2007 10:55 GMT6
I need an open source socket components library like Delphi's
ClientSocket and ServerSocket,who can tell me?if not found, give me
some other suggestion(simple is best, i only need tcp).
Reading a text file with spanish accents12 Oct 2007 10:51 GMT7
I am at an absolute loss on what is going on here.  I have a text file
with some Spanish writing.  Some of the characters have accents.  I have
not found anyway to read this text file and echo the output to the
console showing the accents.
TransactionScope Error12 Oct 2007 10:01 GMT5
I tried following code but it generates error at line (using .....):
Error   23      The type or namespace name 'TransactionScope' could
not be
found (are you missing a using directive or an assembly reference?)
How to know Tcp/ip Drop12 Oct 2007 08:30 GMT1
I wonder How to know immediately when the tcp/ip is dropped.
I need the some Event when that  is occured
OrcasBeta2 dbml column array12 Oct 2007 07:48 GMT1
  What is the best way to get an array of the columns of a SQL table
encoded in a dbml file in OrcasBeta2?   My project is reading XML into
SQL tables, I want to go directy XML to SQL, not XML to DataGridView
to SQL.    Is is possible to generically map a XmlNodeType.Element
Express C# to excel12 Oct 2007 05:35 GMT3
What is the best way for me to send data from C# to excel and open the
file in excel from a windows application please help.Is there an add
on i can download to gain access to the excel namespace or some other
way.thanks
Select file from dialog box12 Oct 2007 03:49 GMT4
I have a text box in which I need the path of the file a user selects
from the dialog box. I also want that the dialog box is filtered to
show only image files, and when the user selects this file, the path
of the file is shown on the text box.
cross - thread problem12 Oct 2007 03:26 GMT10
if (e.Clicks > 0 && e.Button == MouseButtons.Middle)
            {
                f1.NewThread = new Thread(new
ThreadStart(f1.ShowMainNodes));
serialization without preregistering subclasses12 Oct 2007 02:27 GMT1
Object serialization is a complicated issue that has few (good)
solutions.  In languages such as C++ and C# the programmer needs a way to
unserialize an object to the type it was originally created.  This usually
involves some (often convoluted) lookup method that requires all ...
Get Error Number12 Oct 2007 01:28 GMT12
If an exception occurs, how to get the error number. I mean, is there
anything like ex.number?
 
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.