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 Chriss Miller 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: *

  1. kylemcna

    Nortel i2050 - "Forwarding..."

    Hey Slackliner, That makes sense... I have a Sprint wireless card... sound slike a failry major bug seeing as everyone is getting those now. What did you do to fix this? I mean long-term... I will try uninstalling the software, but that is just to make sure of the culprit... what dhave you...
  2. kylemcna

    Nortel i2050 - "Forwarding..."

    dlesap, any more thoughts? Or anyone else for that matter? Thank you! Kyle
  3. kylemcna

    Nortel i2050 - "Forwarding..."

    -The softphone is the only problem... the "physical" phone is not a problem at all. -The TN does exist, and it is enabled -We tested this on another computer and it worked fine -We reformatted this computer and reinstalled the i2050 software Still have same problem... woprks onc (I can place a...
  4. kylemcna

    Nortel i2050 - "Forwarding..."

    Hi Dlesap, Thank you for your post. It stays with that screen saying "Forwarding...". I am on the same Lan as the server. Any ideas on how to trouble-shoot this? Thank you! Kyle
  5. kylemcna

    Nortel i2050 - "Forwarding..."

    Hello, I am avble to get the soft phone to work once after a new install, and then it goes to a prompt that says "Forwarding..." how can I fix this? Anyone have any dieas? Thank you! Kyle
  6. kylemcna

    setting up asp.net server

    yep, all in there
  7. kylemcna

    setting up asp.net server

    Hello, I used the Project / Copy option, and it worked much better... I still get the same error though when trying to run the app: "ORA-12154: TNS:could not resolve service name" Now, I can successfully connect to the database via TOAD and other methods on that server, so I know the database...
  8. kylemcna

    setting up asp.net server

    Hello, Sorry for complete newbie-ness: 1) Can I not just copy the whole myapp directory out of the wwwroot on my local machine and put it in the same location on the server? 2) If not, do I have to go through the process of creating a deploy/release project? 3) If so, I tried that...
  9. kylemcna

    forms authentication issue

    Hello, Even thought I have my web.config set like this: <authentication mode="Forms"> <forms loginUrl="my_url_here" protection="All" timeout="100" /> </authentication> ... and even though at this help file...
  10. kylemcna

    Mysterious VS.NET gremlins

    Hi, I had an issue where all of a sudden, text that was being written successfully by the code-behind to the aspx file would stop showing up at all, with no error. I never, /ever/, use the designer. I started comparing the code generated by "#region Web Form Designer" in a test.aspx file that...
  11. kylemcna

    asp:Label value not outputting

    Hey edelwater, That appears related, but I am /never/ using design mode and I have not once changed the EnableViewState property in this particular app. Is there a reasonthat you think that still applies? Thank you! Kyle
  12. kylemcna

    asp:Label value not outputting

    I found the issue. In case anyone is wondering or knows why on earth this happened: I started comparing the #region Web Form Designer generated code of the test.aspx file with that of the fiels not working and I saw that somehow "this.Load += new System.EventHandler(this.Page_Load);" was...
  13. kylemcna

    asp:Label value not outputting

    i had tried that with no luck... i want it to be availabel no matter what the IsPostBack value says though, so hopefully I should not have to do that. I just tried a test page and it works fine (test.aspx and test.aspx.cs)... I wonder what could be going on.
  14. kylemcna

    asp:Label value not outputting

    Hi, I have an issue where I am using Page_Load to write a value to a label on the aspx page and it appears that the first time I do it the value (in this case a url param value) is displaying correctly. After the first time, the page does not break, but the Label does not get populated wth...

Part and Inventory Search

Back
Top