Search

You searched for the word(s): userid:706416

Matching Posts

  • Re: Read thru Response Headers

    Sorry. I guess I wasn't thinking. I actually wanted to read through the request headers, so of course, I'll just use the Request.Headers collection. Thanks anyway.
    Posted to Web Forms (Forum) by Billyhole on 4/22/2009
  • Read thru Response Headers

    I'm running on IIS 6 on Win2003 and have a requirement to check for an additional custom HTTP request header added to the request being sent. Now, I know I get the "This operation requires IIS integrated pipeline mode" exception using Response.Headers because I'm running on IIS6, but I can't find how I should check the response headers then. I need to check to see if this specific header is in the headers and then handle it's value. Thanks in advance for any help you can
    Posted to Web Forms (Forum) by Billyhole on 4/22/2009
  • Re: Will others please test for the same result?

    Malcolms- I wanted to thank you also for taking the time to test this out. I really appreciate it. Thanks.
    Posted to Web Forms (Forum) by Billyhole on 4/1/2009
  • Re: Will others please test for the same result?

    Really? That would really suck if it ended up that all the time I spent debugging and googling this problem was because of one of my plugins. I seriously don't think I'll be able to take it if it's ends up it was an issue caused by one of ones I hardly use. I'll have to give disabling them a shot. I, also, have since upgraded to 3.08 and have yet to run through my tests on that either. I really appreciate you taking the time to test this out for me. Thanks a lot.
    Posted to Web Forms (Forum) by Billyhole on 4/1/2009
  • Will others please test for the same result?

    I'm trying to figure out a issue that I'm having with FireFox 3.07 loading my pages twice and wanted to ask if I can get some others to test this to see if they get the same thing. I made just a small webform to run the VS debugger against using FireFox. When I run through it, the code executes all way through, the page renders to the browser, but then the debugger is back at my breakpoint set at the Page_Load event and runs through again. The page doesn't render again, but the all the
    Posted to Web Forms (Forum) by Billyhole on 3/19/2009
  • Re: Able to stop the double loading

    Well neither <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Or < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> stopped FireFox from loading the page twice. So far the only way that the page is not running through the Page_Load twice, is if I remove the DOCTYPE all together. Any thoughts?
    Posted to Web Forms (Forum) by Billyhole on 3/18/2009
  • Able to stop the double loading

    Well I was able to stop the page from loading twice in Firefox. All the HTML validated just fine using FireBug, but then just on a whim, I decided to remove the DOCTYPE line. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> and page only ran through once. I didn't think that the "XHTML 1.0 Transitional" would have been strict enough to cause this. I guess I may have to drop back to older
    Posted to Web Forms (Forum) by Billyhole on 3/18/2009
  • Re: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included.

    Yeah, that's the whole page. To try and debug the problem, I started with taking all kinds of things out of my masterpage, then pulled the content out of the masterpage and use it by itself, then finally ended up with that simple page with just four labels to see if it still happened. I added the OnInit function once I changed my AutoEventWireup to false. The issue still happens either way. I haven't used Firebug to validate the page's output. I've been just viewing page source on
    Posted to Web Forms (Forum) by Billyhole on 3/18/2009
  • Found at least a workaround!! FireFox loading my pages twice.

    I'm really fighting this issue where Firefox is loading my pages twice. Running through the debugging of the pages, my OnInit and Page_Load events are executed twice. This only happens using FireFox, IE7 loads the pages properly. I've been researching the issue and found all the normal "Empty image src" posts and even tried the AutoEventWireup being set to false, and none have resolved my issue. It's causing me all sorts of problems, double emails, double database entries being
    Posted to Web Forms (Forum) by Billyhole on 3/18/2009
  • Re: What layer to create my business entities?

    Thanks. A couple questions to make sure I'm clear on what you're actually saying. "Flat" entities? What do you mean by that? You mean something like a datatable? And then, the "virtual" properties? You mean, the entity properties that require logic to set? And to summarize what I think you're saying, and absolutely, please correct me if I'm wrong. I believe you saying, that in my Data Access layer, I should use my custom data adapter to create a datatable object
    Posted to Architecture (Forum) by Billyhole on 11/6/2008
Page 1 of 3 (28 items) 1 2 3 Next >