Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • jQuery in ASP.NET Talk at PDC

    Mark your calendars and come to my jQuery in ASP.NET talk at PDC. It looks like my talk is scheduled for Tuesday (10/28/2008) at 5:15pm. You can still register for the PDC here: http://www.microsoftpdc.com/ I'm really excited about the new possibilities that jQuery, in combination with the new features...
    Posted to Stephen Walther on ASP.NET MVC (Weblog) by swalther on 10-15-2008, 12:00 AM
    Filed under: JavaScript, AJAX, ASP.NET MVC, ASP.NET, Talks
  • ASP.NET MVC Tip #45 – Use Client View Data

    In this tip, I explore one approach to building Ajax applications with ASP.NET MVC. I show how you can use view data when building Ajax applications with ASP.NET MVC in the same way as you would use view data when building server-side application. I demonstrate how to create a custom HTML Helper that...
    Posted to Stephen Walther on ASP.NET MVC (Weblog) by swalther on 10-08-2008, 12:00 AM
    Filed under: JavaScript, AJAX, ASP.NET MVC, ASP.NET, Tips
  • ASP.NET MVC Application Building: Forums #6 – Ajax

    In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface for the Forums application with a single view and...
    Posted to Stephen Walther on ASP.NET MVC (Weblog) by swalther on 09-22-2008, 12:00 AM
    Filed under: AJAX, ASP.NET MVC, ASP.NET, Application Building
  • ASP.NET MVC Tip #37 – Create an Auto-Complete Text Field

    In this tip, Stephen Walther demonstrates how you can create an auto-complete text field in an MVC view by taking advantage of the Ajax Control Toolkit. He explains how you can create a custom Ajax Helper that renders the necessary JavaScript. In the previous tip, I demonstrated how you can take advantage...
    Posted to Stephen Walther on ASP.NET MVC (Weblog) by swalther on 08-23-2008, 12:00 AM
    Filed under: AJAX, ASP.NET MVC, ASP.NET, Tips
  • How to add service reference dynamically from user control? Microsoft Ajax

    First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager> --------------------------------------...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 08-11-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, JavaScript, AJAx, ASP.NET MVC, WebService
  • ASP.NET AJAX Roadmap

         Being ASP.NET AJAX a very important part of ASP.NET one thing that would help is knowing what and when will be delivered and so a Roadmap is a must-have, and Microsoft delivered precisely that in order for us to get to know what's being done and have some notion about when it...
    Posted to Nuno Filipe Godinho (Weblog) by Nuno.Godinho on 07-08-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET MVC, ASP.NET 3.5, AJAX
  • Choices to Develop ASP.NET Applications

      There are several ways to develop ASP.NET, and this has been growing and it tends to continue to grow in order to chose the best approach to the problem in hand, and so I decided to write a little bit about this subject.   So ok, with the introduction of the ASP.NET 3.5 and even with the...
    Posted to Nuno Filipe Godinho (Weblog) by Nuno.Godinho on 06-19-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET MVC, ASP.NET 3.5, AJAX
  • Using ASP.NET AJAX with ASP.NET MVC

    Yes, you can use ASP.NET AJAX with ASP.NET MVC. Several people have asked me recently how you can use ASP.NET AJAX in an ASP.NET MVC view. In this blog entry, I’m going to explain the problem and the solution. The Problem Normally, if you want to use ASP.NET AJAX in an ASP.NET page, you add a ScriptManager...
    Posted to Stephen Walther on ASP.NET MVC (Weblog) by swalther on 03-14-2008, 12:00 AM
    Filed under: AJAX, ASP.NET MVC
  • ASP.NET MVC Framework Link collection

    Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET MVC Introduction: http://weblogs.asp.net/scottgu/archive...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 02-19-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, SilverLight, AJAx, Microsoft, ASP.NET MVC
  • AJAX Get Request using ASP.NET MVC & Prototype

    I have been itching to work with ASP.NET MVC since first preview came out. In past I have used ROR and MonoRail frame work for prototyping small sample applications. I was really impressed with AJAX implementation in both frameworks, so it seemed logical to start with AJAX, However to make it more interesting...
    Posted to Jigar Desai (Weblog) by jigar on 01-26-2008, 12:00 AM
    Filed under: Ajax.Updater, Prototype.js, ASP.Net MVC, AJAX
Page 1 of 5 (49 items) 1 2 3 4 5 Next >