Search

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

Matching Posts

  • Re: Sending email through asp.net

    In the past when I have had simliar problems I create a table and used it as a queue (contianing necessary pieces of email). I then wrote a service that ran every minute and sent the items from the queue. This way the page only did a database update and the mail was sent later.
    Posted to Web Forms (Forum) by scorchandburn on 1/9/2004
  • Re: Page not found error on Postback

    I fixed the issue. Without my knowing it someone installed an ISAPI filter that was rejecting the postback requests.
    Posted to Web Forms (Forum) by scorchandburn on 1/8/2004
  • Re: Page not found error on Postback

    No, its just a single server. I've reinstalled the framework and ran the aspnet_regiis /I and still have the same issues.
    Posted to Web Forms (Forum) by scorchandburn on 1/8/2004
  • Page not found error on Postback

    On one of my web servers, when I deploy an asp.net application none of the events that cause a postback work. I get a page not found error when ever a use a control that does a postback. I can move the application to any other web server and it performs fine (as expected), only this one server gives me this error. If anyone has any ideas as to why this happens I would greatly appreciate your insight!
    Posted to Web Forms (Forum) by scorchandburn on 1/8/2004
  • Dynamically loaded user controls.

    I have a series of user controls that I am loading dynamically based on selection of a drop down list. The problem I am having is when the second control is dynamically loaded because the user made a different selection from the drop down the first dynamically loaded controls values remain in the second controls fields. I am loading the controls in the overridden LoadViewState(object savedState) method. This allows me to retain viewstate of the dynamically loaded control on postback. Any ideas as
    Posted to Web Forms (Forum) by scorchandburn on 1/2/2004
Page 1 of 1 (5 items)