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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fusionboy

  1. fusionboy

    Pix 501, is the internet down or is it me?

    Thanks again for your help, NetworkGhost. I removed the static route as you suggested. The interface is up and the line is up, but I just noticed that when I plug the uplink cable in to the switch, the switch's light is orange instead of green. What might that signify? Still no response to...
  2. fusionboy

    Pix 501, is the internet down or is it me?

    I cannot ping the gateway. I have the correct cables and subnet mask. So there's nothing wrong or missing from the config?
  3. fusionboy

    Pix 501, is the internet down or is it me?

    Thanks for the response! I cannot ping the gateway. I have updated to new IPs. Any ideas? I guess the nat thing was for the nameserver behind the firewall -- how do I do port forwarding?
  4. fusionboy

    Pix 501, is the internet down or is it me?

    Hey Everybody, I've recently moved and my ip address changed. I had my 501 working fine before, but it's been a while since I last messed with it, and I'm not sure how much I remember. I know I'm probably missing something stupid -- can anyone see what it is? Config below. Thanks!!! nameif...
  5. fusionboy

    Virtual Directory not part of Web App?

    Well, I kept messing around, and suddenly it started working. Then it stopped working again. I guess something is wrong with either the .NET Framework or with the server itself. what a bummer.
  6. fusionboy

    Virtual Directory not part of Web App?

    Thanks for your post DaZZleD! I see why you would say that, but the problem seems to me to be happening with the virtual directory not knowing it is part of a larger app. For example, from the other 2 virtual directories, I can link to a page in the root dir by /rootpage.aspx. However, in the...
  7. fusionboy

    Virtual Directory not part of Web App?

    Hi, I just finished making a web site that has a main site with 3 virtual directories. Everything works great on the development box. I tried yesterday to move the site over to production by copying all the files to that server, and setting up the site in IIS. I read a post about deployment...
  8. fusionboy

    Accessing Programmatically created control

    Nevermind -- I'm an idiot. To get the value from that ListBox, I simply need to check the Request object. Duh. Sorry
  9. fusionboy

    Accessing Programmatically created control

    Hi, I'm having a problem accessing a control on PostBack that is created programmatically on Page_Load. It works when the code is in the aspx page, but not when it is in a codebehind dll. Here's the code to access it: ListBox box = (ListBox) FindControl("ImageList"); image =...
  10. fusionboy

    Old values retained from auto-populated form

    Thanks for your response, Rob! You were right -- the auto-populate method was being called on page load. What I've learned here is that: Page_Load() is fired EVERY time the page is called -- INCLUDING a postback. Of course, this makes sense now. thanks for your help.
  11. fusionboy

    Oracle and MySQL

    Hi Sidro, Yeah, you can use MySql with .NET. Go here to get the soon to be Official MySql data provider: http://www.bytefx.com/dotdata.aspx The documentation will explain the different classes this provider makes available to you. As for a good book on MySql, I use Core MySQL published by...
  12. fusionboy

    Oracle and MySQL

    Hey JCruz! Here's a link to download MySql: http://dev.mysql.com/downloads/mysql/4.0.html Take a look at the documentation, because a lot of those bells and whistles are being made available presently (in fact, I think stored procedures are already supported).
  13. fusionboy

    Old values retained from auto-populated form

    Hi Everyone, I'm new to C# and I've got a strange bug that I can't figure out. I'm creating an EditInfo page, and I'm auto-populating the form with values from a database. I have a method that is triggered on submit that is supposed to retrieve the (edited) values from the form and update the...
  14. fusionboy

    Oracle and MySQL

    Sorry, I meant to address that last post to JCruz063!
  15. fusionboy

    Oracle and MySQL

    I understand your point Sidro, that Access is the easiest way to start in terms of being accessible. I have two quarrels: Access teaches you how to use tools to interact with the database -- I think this can almost be harmful in that you're not really learning how the db works. MySql is free...

Part and Inventory Search

Back
Top