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 > october 2005 > threads for saturday october 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 31

How to Environment the Assembly is running in
Posted by N S S at 10/1/2005 9:30:03 PM
I want to find using code, the environment the dll(Assembly) is runnign from. suppose i create an Assembly in .NET, then that assembley might be running under IIS or Webservice or Remoting or windows service or as a part of standard exe How can i find where assembly is running from...more >>


Distributed application
Posted by Joris Dobbelsteen at 10/1/2005 7:27:03 PM
Dear, I have some considerations I need to take designing a distributed application (it's for a school project). Basically I'm looking for some reference or guidiance material/literature and advises on (potential) issues I should take caution for. The design involves a distributed simula...more >>

HttpWebRequest doesn't work with JavaScript ;-(
Posted by milkyway at 10/1/2005 5:32:13 PM
Hello all, This is a little frustrating ;-( I have the following used as part of Javascript code. I am trying to send values from the client to the server following the information from this web site: http://www.netomatix.com/HttpPostData.aspx But what I have found is that the code below ...more >>

String LastIndexOf bug ?
Posted by Ivar at 10/1/2005 3:08:02 PM
Hi, string s = "aXXa"; Console.WriteLine(s.LastIndexOf("XX",0)); Console.WriteLine(s.LastIndexOf("XX")); Console.WriteLine(s.IndexOf("XX",0)); Console.WriteLine(s.IndexOf("XX")); Result: -1 (LastIndexOf must also return 1, but gives -1) Is it a bug ? 1 - ok 1 - ok 1 - ok In document...more >>

How to create Custom Controls in ASP.Net
Posted by Jai at 10/1/2005 5:50:03 AM
Dear All How to create Custom Controls in ASP.Net,Can u Please Help Me out in this context....more >>

Mdilist property
Posted by Mayolo Juarez via DotNetMonster.com at 10/1/2005 3:48:55 AM
i need to dysplay the mdichild in a contex menu, i activated this property and the contexmenui don't display the contex menu, i don't now whaty happen, maybe it's a bug, any ideas. -- Message posted via http://www.dotnetmonster.com...more >>



DevelopmentNow Blog