Tag Archives: ASP.NET
Posted on January 5th, 2012 in category: Tutorials
A tutorial on creating a Twitter like dynamic row fetcher in ASP.NET for fetching new rows when reaching the bottom of you list or table.
14 Comments
Posted on September 12th, 2011 in category: Downloads
I’ve written a simple UserControl for writing JavaScript in the .ascx file and add it to your page header without having to use messy code behind solutions.
2 Comments
Posted on July 12th, 2011 in category: Tutorials
Normally when you need to check for new information on the server you need to poll it using AJAX. As of HTML5 and Server-Sent Events this is no longer necessary, you can now send data from your server to your client instantly. In this tutorial I will show you how.
13 Comments
Posted on June 30th, 2011 in category: Tutorials
A tutorial on how to write a HTML5 drag and drop AJAX file upload with progress indicator using ASP.NET as the backend.
20 Comments
Posted on June 28th, 2011 in category: Tips and Tricks
A common problem for many ASP.NET developers working with jQuery UI is to get events working on ASP controls inside jQuery UI dialogs. There’s a quite simple fix for it, here’s how.
1 Comment
Posted on June 27th, 2011 in category: Tutorials
In the previous tutorial I showed you how to draw a line graph using the HTML5 canvas object. In this loosely based follow up tutorial I will show you how to send the canvas image to your server.
15 Comments
Posted on June 18th, 2011 in category: Tutorials
Making AJAX SEO Friendly and seems often like tricky task, but with the right jQuery plugins it’s actually quite simple, in this tutorial I will show how.
10 Comments