Search

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

Matching Posts

  • Re: SMTP Connection refused

    I've ran into another problem now. I can send emails to gmail accounts fine, but I can't send them to hotmail/live accounts. I'm guessing this has to do with improperly formatted headers. While the majority of users will be using gmail accounts, there will still be quite a few [about 25%] using hotmail/live accounts, so its kind of important that this works. Anyone know how to fix this?
    Posted to Getting Started (Forum) by easter on 12/3/2008
  • Re: SMTP Connection refused

    That link reminded me that I need to add the outbound rule. The problem, after looking for another 30+ minutes, was that the service wasn't running. I'm not sure why, but after installing the SMTP service, it was set to 'manual' start up, rather than auto. Thanks though :)
    Posted to Getting Started (Forum) by easter on 12/3/2008
  • Re: Selecting top 5 records from a datatable

    My suggestion would be to store the data in a more easily readable array of some sort, and just loop through the first 5 values. There might be an easier/more efficient way, but that's what I'd do.
    Posted to Getting Started (Forum) by easter on 12/2/2008
  • Re: SMTP Connection refused

    anyone?
    Posted to Getting Started (Forum) by easter on 12/2/2008
  • Re: Log in log out not working with cookies in C#

    Would you be able to provide information on how your login in the first place? If you're logging in with cookies, this is a bad idea, and the only thing you can do is change the cookies expiry to yesterday, but its up to the browser to handle that. If you're using session variables, then you should be able to do Session.Abandon().
    Posted to Getting Started (Forum) by easter on 12/1/2008
  • SMTP Connection refused

    Hello, This question has been asked several times before, but the answers people were giving don't seem to work for me. I am using Windows Server 2008 Enterprise, and IIS 7. When trying to send an email, I constantly get the following error: " No connection could be made because the target machine actively refused it 127.0.0.1:25 " I have the following in the web.config file: < system.net > < mailSettings > < smtp from=""> < network defaultCredentials
    Posted to Getting Started (Forum) by easter on 12/1/2008
    Filed under: smtp asp.net mail
  • Re: Problem with UserControl

    Thanks, that did work. Although, I don't see why I need to use Page.LoadControl rather than just using the constructor of the control. Oh well, thanks :)
    Posted to Web Forms (Forum) by easter on 10/25/2008
  • Re: Problem with UserControl

    That didn't work. I've also removed all the link buttons btw, and made them into <a> tags, with a runat server to set their href on load.
    Posted to Web Forms (Forum) by easter on 10/25/2008
  • Re: Regular Expression validation?

    Mind sharing the code you're using? Also, what you tried to put in. Thanks.
    Posted to Web Forms (Forum) by easter on 10/25/2008
  • Re: CustomValidator javascript reference?

    If you're just looking for a way to validate a custom control client side, then here is a good place to look at. EDIT: Sorry, misunderstood what you wrote. I'll have a look though. Well, this probably isn't the best info, nor most detailed, but if you look at the outputted html, it calls some javascript functions for you. Also, you can see some .axd files which might be of some use to you. The one that was most interesting to me was the first one that shows up in the solution list when
    Posted to Web Forms (Forum) by easter on 10/25/2008
Page 1 of 3 (27 items) 1 2 3 Next >