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 Wanet Telecoms Ltd 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: NegreteO
  • Content: Threads
  • Order by date
  1. NegreteO

    Linking data from two XML files

    Hi, I have two XML files and I am trying to display one xml file content into a html table and I'd like to click on one of its cells and according to the selected cell show a record from another xml file. Something like this but with two XML files <html> <head> <script...
  2. NegreteO

    How to make faster a http .net remoting web app

    Hi, I have a .net remoting web app which uses HTTP channel and IIS to host the remote class. The web application runs in a good speed in my PC (test environment) but when I install it on production (remote class in a server located in Mexico and client web app located in US) the app runs fine...
  3. NegreteO

    Problem installing a VB.net COM+

    Hi, I have a problem trying to install a COM+, I have one class in my library with a function which returns an Object value but when I try to register my dll I get the error: Bad Variable Type. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regsvcs DataAccessNet.dll I have others functions in...
  4. NegreteO

    Problem with Internet Explorer and ASP.Net Page

    Hi, I have a problem with an ASP.net page and Internet Explorer, when I code the page and compile it I get no errors with functions that belong to Framework 1.1 but when I run the page on Internet Explorer 6.0, I get errors related to these functions and I can see at the bottom of the page that...
  5. NegreteO

    Help!! How to add a reference to a page

    Hi, I created a C# component but and I want to call it from a web page, I can't reference to the dll because I am using WebMatrix and not Visual Studio so I only can reference to this dll by using code but I don't know how to do that. Does anyone know how to reference it by code and how to...
  6. NegreteO

    Free PanelBar Menu for ASP.net

    Hi, Does anyone know where can I download a free (not trial) component, easy to use for a panel bar menu? Thanks
  7. NegreteO

    'Aspnet_wp.exe stopped unexpectedly' error

    Hi, When I try to browse a ASP.net page the browser tells me the server is unavailable and when I go to the windows event viewer I see the next error 'aspnet_wp.exe stopped unexpectedly', How can I fix this? Hope you can help me Thanks
  8. NegreteO

    Error 'aspnet_wp.exe stopped unexpectedly'

    Hi, When I try to browse a ASP.net page the browser tells me the server is unavailable and when I go to the windows event viewer I see the next error 'aspnet_wp.exe stopped unexpectedly', How can I fix this? Hope you can help me Thanks
  9. NegreteO

    Problem refreshing a Session variable, please help

    Hi, I have a Session Variable that its value is changed and then a page is recalled by using a Response.Redirect but when the page is called the Session variable doesn't show its new value unless if I hit the refresh button. It seems that the information is not being sent to the page. How can...
  10. NegreteO

    Unclosable window

    HI How could I open a new page using window.open and get a page without the cross button that helps to close the internet window and alos without the minimize button Thanks Oscar
  11. NegreteO

    Error with COM+ on Windows XP

    Hi, I am trying to run a Server COM+ under a XP machine but when I try to browse my page (the one that calls my functions of the COM+) I get the error Cannot find server or DNS error Hope you can help me
  12. NegreteO

    Cannot find server or DNS Error when Running a COM+

    Hi, I am trying to run a Server COM+ under a XP machine but when I try to browse my page I get the error Cannot find server or DNS error Hope you can help me
  13. NegreteO

    How to run ASP and then a VB Script function

    Hi, I have a page where I need that the submit button performs an ASP code and then it runs a cuople of statements in VBScript. Is this possible? How can I do this? Hope you can help me
  14. NegreteO

    Changing the Reaonly attribute to a INPUT HTML Tag

    Hi, How can I change the readonly attribute to a INPUT HTML tag by using VBScript? Thanks Oscar
  15. NegreteO

    How to create a Crystal Report using Active Data Driver

    Hi, I need to display reports getting data from recordsets, I have read and found that this can be accomplish using reports with Active Data Driver, but I don't know how to create this type of reports. Can you please give a explanation Hope you can help me Thanks in advance Oscar
  16. NegreteO

    How do I convert from Alphanumeric to Numeric and viceversa

    I need a function that converts from Alphanumeric to Numeric and viceversa My Alphanumeric values are 6 length characters Thanks in advance
  17. NegreteO

    Help installing Proxy Application

    Hi I created a proxy application and a VB app but when I install the proxy app in my client and my vb exe app I get the error 48: Error in Loading DLL I don´t know if I need to create the vb app install package in a different way or why I am gettinf this error Hope you can help me Thanks in...
  18. NegreteO

    How do I load a new usercontrol in a form

    HI How do I load a new usercontrol in a form Thanks is davance
  19. NegreteO

    How to use COM+ Object (VB - ASP)

    Hi Could any one tell me a good thread or a web link to a good place on how to program with COM+ components, I want to start using them but I am begineer. Hope you can help me Thanks
  20. NegreteO

    How to fire event viewer

    Hi How can I fire the event viewer from an asp page Thanks in advance

Part and Inventory Search

Back
Top