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
Can't display MonthCalendar in foreground22 Jul 2008 01:31 GMT1
I have a typical window form with all the standard buttons, group boxes,
etc. on it.  I am trying to also display a MonthCalendar control on it too
but I simply can't get the MonthCalendar control to completely display in the
foreground.  Portions of it always get hidden behind ...
dataset.ApplyChanges() not taking effect.22 Jul 2008 01:06 GMT3
Here is my code.
Does anyone know why when i reopen the table to view the data, none of the
rows have been written?
DownloadFileDataSet.DownloadFileRow MainTableRow =
Need help with calling one class from another21 Jul 2008 22:49 GMT21
I've got an app with two classes, and one class (InventoryInfoClass)
is an object within the other class (InventoryItem).  I'm running into
problems with trying to access (get/set) a private variable within the
included class (InventoryInfo)  from the "including" class
Windows CE SPARK Program21 Jul 2008 22:02 GMT2
I stumbled upon an amazing deal if you want to try your hand at Windows
CE
embedded programming using C#. It is called the SPARK program at:
http://www.microsoft.com/windows/embedded/products/spark/default.mspx
Place controls in Infrgestics web grid21 Jul 2008 21:44 GMT1
how to Place controls like text box and dropdown in infragistics ultra web grid in design time and how I can access in serverside.
thanks
Suresh
MapPath not working with ASP.NET MVC21 Jul 2008 21:28 GMT1
On a class method I have the following:
HttpContext.Current.Request.MapPath("Data/Assets.xml");
I call this function from a View named "Document/New" which controller
is DocumentController and I end up with:
TcpClient read/write timeouts do not timeout21 Jul 2008 20:17 GMT11
I have a TcpClient.  I set the read/write timeouts at 1 minute (in
milliseconds).  I get a NetworkStream from it and confirm the timeouts
still exist.  I do a NetworkStream.Write() and then a
NetworkStream.Read().  Sometimes it sits and waits -- on the Write()
Captured variables21 Jul 2008 19:59 GMT7
var result = new List<StockLevelRow>();
foreach(SomeClass c in SomeList)
   result.Add(
       new StockLevelRow(c.Name,
Error executing sqlmetal against SQL200521 Jul 2008 19:42 GMT2
I am trying to execute the sqlmetal util with the following command line
arguments
/provider:SQL2005 /database:bookshelf_dev /code:SqlMetal.cs
This gives me the following error:
Compiler bug on field assignment21 Jul 2008 18:44 GMT4
If ExecuteQuery method sets fields, C# 3.5 compiler issues invalid warning
at compile time:
Field '... .Contents' is never assigned to
To reproduce, create class
CLS compliance problem21 Jul 2008 18:31 GMT3
I have the following property in one of my applications but when I do a build I get a warning saying that it is not CLS compliant.
Swatch is a class defined in a separate project/dll. I get the same problem on properties that use Enums defined in the same dll as
the swatch.
Is the ...
XML, LINQ and Server.MathPath21 Jul 2008 17:00 GMT4
I having the following code to get some values from an XML file using
LINQ:
   public List<string> GetDistricts() {
     XDocument assets = XDocument.Load(Server.MapPath("Data/
Compare two large dataTables21 Jul 2008 16:57 GMT1
How do I compare two large data tables A and B  using linq and get the records which exist  in DataTable A but does not exist in DataTable B.
Can BackgroundWorker be Single Threaded Apartment?21 Jul 2008 16:46 GMT2
I have introduced a component to my solution that is throwing an exception
about needing to be run in single threaded apartment mode.  This component is
created in an async call by a BackgroundWorker object, which seems to be on a
MTA thread.  Is there a way for me to get the ...
Problem with OnDragLeave21 Jul 2008 14:22 GMT2
Hello friends,
 I am working with .Net 2.0  System.Widows.Forms . I created a custom
control. There I overrided the OnDragLeave method of the
Control.OnDragLeave. I included some notification  calls and GUI
 
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.