Ask a Question related to ASP.NET General, Design and Development.
-
Ozz #1
Change an instance by its method..
public class myXml:XmlDocument
{
public myXml()
{
}
public void setIt()
{
this=(this)(new XmlDocument());
}
}
as you can see , i tried to change myXml instance(itself) over its
constructor or its method ..
is it possible?
Ozz Guest
-
Administrative Instance now looks like Instance Manager
I have a test server with several instances. All was well until I tried the following. I wanted to reduce the size of one of the instances. The... -
Is creationComplete=method() or initialize=method() theright solution for such kind of problem or ...?
Hi everybody, I am using web service in my flex application and I want to visualize some data from collection of objects taht I receive from my Web... -
method name exists, property value exists, calling method fails
I have a class object I am calling in another class: class Stuff { var $myObj; function Stuff($myObj) { $this->myObj = $myObj; } -
Problems calling a method belonging to an instance/object
In an object called menu I have this code, but the red part is all that really matters in my problem: onClipEvent (load) { content = new XML();... -
Set doesn't have [] instance method
It should, shouldn't it? It's meant to combine the fast lookup of Hash with the convenience of Array, yet the most important method Hash and Array...



Reply With Quote

