Hi,
I have defined a user cotrol (myUserControl) that inherits from System.Web.UI.UserControl . Now, I want to inherits from myUserControl and make changes on some properties in the Page_Load of the new UserControl. Can this be possible ? Do I have to change the render of my new class ?
I...
Hi,
I have to download .gif and .CSV files. With IE5.5 I always write this : file://hostname/directory/im.gif (or .csv) and it works.
It does not work since I used IE6 installed with windows XP. Is there any body knows what it can be ?
Thank you in advance.
Rim
Hi,
I have to download .gif and .CSV files. With IE5.5 I always write this : file://hostname/directory/im.gif (or .csv) and it works.
It does not work since I used IE6 installed with windows XP. Is there any body knows what it can be ?
Thank you in advance.
Rim
Hi,
I am using the XML xerces parser. Here an example I used to load a string in a DOM structure :
String strXml = args[0] ;
Document myXmlDocument ;
DOMParser myDOMParser = new DOMParser();
myDOMParser.parse(new InputSource(new ByteArrayInputStream(strXml.getBytes())));
myXmlDocument =...
I'm starting with RMI.
every thing lookks okay, I compile with rmic without probreblems. the Stub and the Skelton appear in classes directory. rmi regystry launched But When I launch the Server this exception occurs :
java.rmi.ServerException: RemoteException occurred in server thread; nested...
I'm starting with COM+ using ASP and IIS 5 .
I want to implement IIS and MTS on different machines just to increase server performance.
How can I intanciate a remote component with ASP ?
any help will be appreciated.
Rim.
Hi,
As no body answered me, I rectify my request.
I saw on the Forum members talking about remote COM ptr.
How can I instanciate a remote COM using ASP pages and IIS5 ?
any help will be appreciated.
regards,
Rim
hi,
would tell me please how can I use ASP with MTS ?
I'm getting start with MTS and I install my IIS5 and MTS on two different machines. But, I dont know how can I instanciate remote component with ASP.
regards,
Rim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.