Search

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

Matching Posts

  • New options for specifying custom caching providers

    As part of the .NET 4 Beta 1 release, there are new options for specifying custom caching providers. There will be additional documentation later on for caching scenarios, but here are some new types and configuration elements: Documentation on the new providers element is available at: providers Element for outputCache Element (ASP.NET Settings Schema) http://msdn.microsoft.com/en-us/library/dd560829(VS.100).aspx OutputCacheProvider Class Reference http://msdn.microsoft.com/en-us/library/system
    Posted to Configuration and Deployment (Forum) by timlt on 5/20/2009
  • Update to the IIS Registration tool for .NET 4 Beta 1

    As part of the .NET 4 Beta 1 release, the ASP.NET documentation team published an update to the documentation for the aspnet_regiis.exe tool. It is available with the MSDN Beta 1 documentation at: ASP.NET IIS Registration Tool (Aspnet_regiis.exe) http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.100).aspx Microsoft.NET Developer Platform User Education ___________________________
    Posted to Configuration and Deployment (Forum) by timlt on 5/20/2009
  • New topics on using the AdventureWorks sample databases with ASP.NET

    As part of the Visual Studio 2010/ASP.NET 4 Beta 1 release, the ASP.NET documentation team published a pair of new topics on MSDN that help users quickly set up the Adventureworks Light SQL sample databases: How to: Set up an AdventureWorksLT Sample Database for ASP.NET Development http://msdn.microsoft.com/en-us/library/dd410121(VS.100).aspx How to: Connect to the AdventureWorksLT Database using an .MDF File http://msdn.microsoft.com/en-us/library/dd469575(VS.100).aspx
  • Re: Visual Studio 2010 Beta Dynamic Data Samples and MSDN Content

    Also related to the above, the documentation team created an MSDN Code Gallery Resource with downloadable samples for Dynamic Data for VS 2010 Beta 1. Right now there are just two samples for download, but we should be steadily adding more as we approach RTM. http://code.msdn.microsoft.com/aspnetddsamples
    Posted to ASP.NET Dynamic Data (Forum) by timlt on 5/20/2009
  • Re: Another problem with Documentation Setup

    Randy, the documentation download is set up as a simple ASP.NET website that includes live, run-able code examples, but is not created as a Visual Studio project. That is, it was never created within Visual Studio as a comprehensive project or designed to compile and debug as a unified VS project, although doubtless many/most of the individual code examples code be worked with and debugged within VS (and probably many of the individual samples were created in VS). The documentation site, both in
  • Re: So how to do Autocomplete WITH code behind going on?

    You can use code-behind. This tutorial is just keeping the code in-line for simplicity, and for that reason (like most tutorials) wants the user to follow suit. It avoids users having to create unnecessary extra pages and avoids distracting them with issues not related to the feature at hand. If you want to do the walkthrough using code-behind, it should still work fine.
  • Re: Error in declarative sample.

    Hello, I ran this same walkthrough on the current Atlas site ( http://atlas.asp.net/docs/Walkthroughs/GetStarted/Declarative.aspx ), using the new Atlas bits that you can download off the site, and I do not experience any problems. I am able to run the application in IE6, IE7, and FireFox 1.5 without any problems. Are you running on the latest Atlas bits (see the download and installer info at: http://atlas.asp.net/docs/Overview/install.aspx )? Can you describe specifically what error messages you
    Posted to ASP.NET AJAX UI (Forum) by timlt on 3/21/2006
  • Re: Corrections to Lab 3 and Lab 4

    There is no form in the master page, only one form is involved in this sample. You are using the same master page that was created in Lab 1, and if you go back to Lab 1 and examine the source code for that master page, there is not a <form> tag in that file. The only form is created in the content page for lab 4. When you run the content page for lab 4, go to the View menu in your browser and click Source. This is the best indicator of what is actually in the page at run time. You'll note that
  • Re: Install completed with errors

    It's ok to accept the VSI as unsigned; see the download/setup instructions at http://msdn.microsoft.com/asp.net/future/atlashol/default.aspx . As for the other thing, make sure you're running Beta 2. The current VSI requires it, though there will soon be an RTM version. Open VS, go to File | New | Web Site. See if there is a web site template for the Atlas Hands-On Lab. If there is, just try using the template. If it doesn't work, find the location of where your VS templates are installed locally
  • Re: Corrections to Lab 3 and Lab 4

    The suggested fix for lab 3 is correct, but you do not need to add an action="" attribute to the form in lab 4 in order to make the autocompletion work without posting back. The reason is that the 'Atlas' server controls emit the correct kind of Javascript or 'Atlas' declarative markup needed to make the client-side features work. In this case, if you examine the source of the page created by the server control in Lab 4, it generates some client-side, declarative 'Atlas' markup that controls the
Page 1 of 2 (18 items) 1 2 Next >