Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2006 > threads for wednesday november 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

How to Get Parent Object in case of compostion
Posted by BL at 11/1/2006 9:53:03 PM
Hello I need to get a parent object of an object. I how to get the instance of an object in which current object created. is it possible in c# ? Thank ...more >>


Regarding .Net Application communication with Servlet
Posted by Arti at 11/1/2006 9:03:03 PM
Hi, I have a .Net application which has to communicate to Servlet on TomCat Server. I am able to send the request but it throws an exception while retrieving the response(Exception:The underlying connection was closed: An unexpected error occurred on a receive.) Here is the code snippet . ...more >>

ISO Currency code - existing enum in .NET ?
Posted by José Joye at 11/1/2006 4:12:58 PM
Hello, Is there an enum available within the .NET library which gives the valid ISO currency code? Thanks, -José ...more >>

DropDownList Refuses To Show New SelectedValue
Posted by Nathan Sokalski at 11/1/2006 12:18:55 PM
I have a webform that contains a DropDownList. When the user selects a new value and I click the submit button, the previously selected SelectedValue property is used in my code. This is obviously preventing me from updating my database, or even allowing the user to do anything that involves t...more >>

.Net 1.1 to 2.0 Issue?
Posted by Samata at 11/1/2006 12:17:40 PM
Hi, I have an ASP.Net application developed using framework 1.1. But it is deployed on a machine which contains framework 2.0. The application throws error when Respose.Redirect is called. Following is the error. "Thread was being aborted.mscorlib at System.Threading.Thread.AbortIntern...more >>

Create an Unknown Number of ArrayLists
Posted by Andy in S. Jersey at 11/1/2006 12:08:02 PM
I would like to create an unknown number of Arraylists, meaning, I don't know how many I should create until runtime. I will be reading a table, and 0,1,2, or more fields have to be put into individual ArrayLists. How do I create an unknown number of ArrayLists? Right now I put all th...more >>

Any advice on how to implement this elegantly?
Posted by Fir5tSight at 11/1/2006 11:39:47 AM
Hi all, I have a working C#.NET program. It looks like the follows: FormMain.cs: private void buttonCompare_Click(object sender, EventArgs e) { foreach (FileName f in allPaceFiles) { CompareOnePairOfFiles(f, iCompareType, tol, sw, txtOutput, FilesProcessed, FilesPassed,...more >>

NULL dates show today's date rather than a blank or NULL on form
Posted by M Skabialka at 11/1/2006 10:54:58 AM
I am creating my first Visual Studio project, an inventory database. I have created a form and used written directions to add data from a table to the form using table adapters, data sets, etc. I imported a table from an Access database which has some date fields. Many of these dates have ne...more >>



End process from Task Manager using programming?
Posted by LBT at 11/1/2006 4:47:01 AM
Hi experts, Sometimes there is some "unkilled" processes remained in Task Manager. For instance, there is a task to generate picture using ASP image scheduled by SQL job but somehow certain processes like cmd.exe and IExplorer.exe are not released and cause the SQL job non-stop running. ...more >>

Visual Studio
Posted by HELLO $$$ at 11/1/2006 12:00:00 AM
To those who are familiar to MS Visual studio : I have recently Visual Studio 2005. Please can any body tells me , when I write a code: How can I separate the files of such code from the Studio program and operate it away from mother program (Studio). Thank you. ============================= ...more >>


DevelopmentNow Blog