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 bkrike 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 RoadRacer

  1. RoadRacer

    Required Field Validator Posting with 1 field Only

    Great, just after I post this message (and spending the better part of my morning researching this) I FINALLY come across a blog that discusses this. It is a bug in IE I am relieved to find out! =) http://mikepope.com/blog/AddComment.aspx?blogid=309 read up and it should help anyone with this...
  2. RoadRacer

    Required Field Validator Posting with 1 field Only

    Has anyone else had this problem? I have a page with only 1 field and it is required (Application number). If the user clicks on the submit button it works perfectly. Meaning, it validates on the client first and doesn't post if the field is empty. But if I just type the App Number and hit...
  3. RoadRacer

    IIS Config for Directories, Subdirectories and Forms Auth.

    Excellent, it also helped me to set up impersonation on a webservice in a folder without needing another webconfig file. Thanks for the link Jason ... Ed (RoadRacer) Holguin "I Hate Computers!"
  4. RoadRacer

    How much of the "boxed" code does everyone use?

    I've recently started developing in ASP.NET and I tell you, as neat and easy as all that pre-code is, what a waste it seems to me! I mean, I do the whole drag and drop thing of the DB connection, then dataadapter, and finally a dataset and I see a TON of code pre-built ready to deal with...
  5. RoadRacer

    How to STOP auto-formatting Code/HTML in the Design View

    Oh, another place it still has its way with is the entire header section. It's like "THIS IS MY FORMAT AND YOU WILL NOT DEVIATE" ... unless of course I save immediately before going into design view. hehehe I think Uncle Bill is playing jokes on me. =( Ed (RoadRacer) Holguin "I...
  6. RoadRacer

    How to STOP auto-formatting Code/HTML in the Design View

    Interesting ... Thanks for your reply Link! It hasn't fixed the problem entirely. For some reason, unless I force a save before I switch into Design View, it still does some auto-formatting. However, no where NEAR as much as before. It seems like now it's affecting only my closing tags like...
  7. RoadRacer

    How to STOP auto-formatting Code/HTML in the Design View

    Is there any way to make this happen in Visual Studio? It's gotten to the point where I do not even want to use the stupid Design view because it TOTALY messes up any formatting that I may have done. Is there any way to disable this COMPLETELY? I mean, I don't even want the darn thing to change...
  8. RoadRacer

    How to STOP auto-formatting Code/HTML in the Design Panel

    Is there any way to make this happen in Visual Studio? It's gotten to the point where I do not even want to use the stupid Design mode because it TOTALY messes up any formatting that I may have done. Is there any way to disable this COMPLETELY? I mean, I don't even want the darn thing to change...
  9. RoadRacer

    COM and file permissions in a trusted domain

    Yep, makes perfect sense and I understand how and why it happens. Fortunately, I figured out how to make it work finally! Thanks for your reply jeepxo. Ed (RoadRacer) Holguin "I Hate Computers!"
  10. RoadRacer

    COM and file permissions in a trusted domain

    Well, I hope the subject helped and I'm not too far offbase here. =) I've got a component on my web server which snags a binary file then sends its contents back to the asp page. My problem is this: When the file is located locally on the webserver, there isn't a problem getting it. The files...
  11. RoadRacer

    Integrated Auth and Anon issue

    Interesting ideas, I'm going to try them out and I'll post what I find later today. Thanks! I kinda like that picture idea, sneaky! Ed (RoadRacer) Holguin "I Hate Computers!"
  12. RoadRacer

    Integrated Auth and Anon issue

    Thanks Galrahn, AUTH_USER is what I was using before of course and no dice. I wasn't aware of LOGON_USER however and I just tried that and it responded the same way AUTH_USER did, so no-go that way as well. What are the configuration changes for the browsers that you know about to make it work...
  13. RoadRacer

    Integrated Auth and Anon issue

    Thanks, that's what I was afraid of. =( Ed (RoadRacer) Holguin "I Hate Computers!"
  14. RoadRacer

    Integrated Auth and Anon issue

    Is there any way to get the NT's username when a person accesses a website with Anonymous access and Integrated Win Auth both enabled? I can obviously get it with only Integrated enabled but when I turn on anonymous it seems that overrides NT's auth and I can't get a username. Any way to force...
  15. RoadRacer

    COM and file permissions in a trusted domain

    Well, I hope the subject helped and I'm not too far offbase here. =) I've got a component on my web server which snags a binary file then sends it back to whatever called the object (an asp page in this situation) My problem is this: When the file is located locally there isn't a problem...

Part and Inventory Search

Back
Top