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 >>
|