Recent content by dl.atkinson

  1. D

    What is the best ASP.NET (Windows) Web Hosting site?

    I know this may be just a matter of opinion but I am trying to find a great ASP.NET (Windows) Web Hosting site and was hoping someone would be able to recommend a site to me that they use. I am looking for the following features: 1. Host multiple domains. 2. MS SQL Server 2008 with full text...
  2. D

    What is the best ASP.NET (Windows) Web Hosting site?

    I know this may be just a matter of opinion but I am trying to find a great ASP.NET (Windows) Web Hosting site and was hoping someone would be able to recommend a site to me that they use. I am looking for the following features: 1. Host multiple domains. 2. MS SQL Server 2008 with full text...
  3. D

    How do I force a page to refresh using ASP.NET with C#?

    I have a web page that I need to be able to force to refresh. I am changing the contents of a label and then calling a function, but the label does not change until after the function call. Here is the code: protected void UpdateAvailability(object sender, GridViewCommandEventArgs e) { //...
Back
Top