Search results for query: *

  1. A

    Cache lifetime

    Somewhere I have seen code to set the cache life before using it so you will know when it expires.
  2. A

    Setting SMTP server?

    If it is installed on your computer and you are running the code on your computer use "localhost". So use this line of code: SmtpMail.SmtpServer = "localhost" If you are wanting to send through another computer on your local network just use it's ip. You can find that by going to the...
  3. A

    Server Side Redirect to New Window?

    Do you have any examples of where the Janus grid was used? I am interested but I don't see any live demos on their site and am too busy to install and try it. It does look like a good component.
  4. A

    Server Side Redirect to New Window?

    Almost all of the popup blockers are watching to see if the user initiated the new window. If there was a way to get around it all the ad guys would be doing it. The current trend for ad guys is to popup based on a mouse over event of something on the page, that way the user doesn't have to...
  5. A

    Not trusted connections?

    That's because ASP.NET runs under the ASPNET user, not as you. You need to either make it so your machines ASPNET user has permissions on the SQL server. Or to make it eaiser just use SQL Auth.
Back
Top