Michael Flanakin's Web Log

Comments and complaints on software and technology in general

  Home  |   Contact  |   Syndication    |   Login
  159 Posts | 18 Stories | 181 Comments | 497 Trackbacks

News

This weblog is no longer being maintained. For the latest, check out www.michaelflanakin.com!

Article Categories

Archives

Post Categories

Image Galleries

Miscellaneous

Just to let everyone know, I'm working on this again. It's become my main priority on a project that I'm working on, so I should have some good stuff to post. I've been pretty busy at work lately - including being out of town a lot - so I haven't had much time to put into posting. But, I'm hoping to have something up within the next week.

There has been a lot of good talk going on in my previous Front Controller post, so hopefully I can help take that into account as I work on my next post. Let me just give you some insight: I will be coming up with two posts (and maybe more, depending on feedback). The first will be a general HTTP module vs. handler overview/discussion; and, the second will be of a fairly simple handler implementation. I will do my best to cover pros/cons of different approaches, but I guarantee you that I won't think of everything. I encourage everyone to provide feedback on these areas (as well as any others) when they become available. I'll let you know. Thanks for your patience.

posted on Wednesday, May 19, 2004 8:10 PM

Feedback

# re: Front Controller 6/7/2004 5:47 AM sourabh
Hi
I am able to get everything working with Frontcontroller except PostBack events.
I want to handle my postback event in the actual .aspx page and i want this to pass thru myhttpHandler.processrequest()
i.e. first my custom hadnler is called and then it passes the request to my .aspx page with IsPostBack still true.
If i do Server.transfer from my myhttpHandler.processrequest() the IsPostBack on the .aspx is "false".
Another option
In application_beginrequest Is I do context.rewritepath(my.aspx) but this does not invoke myHttphandler.

Any Ideas
Sourabh
Mail - sourabh@renewal-iis.com


# re: Front Controller 12/18/2004 1:00 AM Michael Flanakin
I discuss the post-back issue in my HTTP Handler article. Please review it and let me know if it helps or doesn't help solve your problem. Good luck!

http://www.geekswithblogs.net/flanakin/articles/HttpHandlers.aspx


Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: