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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|