|
|
Browse by Tags
All Tags » ASP.NET » Ajax (RSS)
Showing page 1 of 5 (48 total posts)
-
Subscribe to Everything.
Subscribe to WMV format.
Subscribe to M4V for iPod Users.
Subscribe to MP3 (Audio only).
Download WMV.
Download M4V for iPod Users.
Download MP3 (Audio Only).
Show Notes:
Phil Haack comes on the show and gives a simple ASP.NET MVC Demo.
Source Code is below and downloadable.
Source Code:
<%@ Page ...
-
As defined in 1999 (RFC 2616) “clients that use persistent connections should limit the number of simultaneous connections that they maintain to a given server”. Since developers are using AJAX or AJAX-like requests to update a Web page the http limits are discussed more and more.
Currently WinInet limits connections per server with a registry ...
-
Internet Explorer 8 is in beta and we're able to improve features that we need. Last week I sent a short message to the Microsoft DPE here in Germany with some comments what I like more in Firefox 3 than in Internet Explorer. Well, there are a couple of great features like the star-it function to easily bookmark a Web page. Another great feature ...
-
Subscribe to Everything.
Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/07/01/asp-net-podcast-show-119-using-the-history-back-functionality-with-the-asp-net-ajax-web-services-in-net-3-5-service-pack-1-beta-1.aspx
Subscribe to WMV format.
Subscribe to M4V for iPod Users.
Subscribe to MP3 (Audio only). ...
-
I've been working with javascript almost since its inception. It was the first language that I ever really hacked in. I remember having to code around document.layers (blecch!), and I've used javascript with a fair amount of success in the past.
But lately I've been reading up on jQuery. And I have experienced a profound moment of clarity. Using ...
-
Here is the code sample I used last night to show off and talk about the ASP.NET AJAX Functionality that is built into ASP.NET 3.5.
This project has been built over the years with samples that I've created for conferences, and users groups around the world.
If you were in San Diego for the user group, or are just interested in checking out tons ...
-
Subscriptions & Downloads
Subscribe to everything.
Back to the original url on the ASP.NET Podcast site.
Subscribe to WMV.
Subscribe to M4V for iPod.
Subscribe to MP3.
Download WMV.
Download M4V for iPod.
Download MP3.
Show Notes:
The current UpdatePanel functionality with
regards to back.The UpdatePanel with ...
-
I've been using the Ajax Data Controls (ADC) for 9 months. I recently joined their development team to convert the controls to VS 2008/.NET 3.5. It's a really cool control set that uses AJAX for the complete data transaction. The documentation is pretty deep and there are a few good examples. You should check it out by visiting ...
-
The AjaxDataControls that have been developed by the DotNetSlackers team have been out for some time now. They were originally developed using the AJAX 1.0 libraries (pre 3.5 days). I've recently encountered some issues where they don't seem to be playing as nice in VS 2008. So, I've updated the dll and made it available for now on my site at ...
-
When you encode the parameters to save the page state, you can't use complex objects. You have to save strings or nulls. Complex objects can't be saved out.
You'll need to enable history on the scriptmanager by setting the EnableHistory. This property appears to be set to false by default.
1
|
|
|