Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RimK
  • Order by date
  1. RimK

    inheritance from a User Control

    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...
  2. RimK

    Problem to download .gif and .CSV on IE6 .

    The link save as is diseabled. It seems like the browser doest not find the gif file.
  3. RimK

    problem with .CSV and .gif .

    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
  4. RimK

    Problem to download .gif and .CSV on IE6 .

    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
  5. RimK

    from an xml String to the xml root element

    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 =...
  6. RimK

    Remote Exception occurred in server thread

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

    intanciate a component with ASP.

    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.
  8. RimK

    using ASP and MTS

    Thanks Tarek.
  9. RimK

    using ASP and MTS

    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
  10. RimK

    using ASP and MTS

    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

Part and Inventory Search

Back
Top