DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Latest AJAX stories Subscribe to this feed
2
kicks
submitted by kayos kayos 12 hours, 37 minutes ago

blog.reamped.net — If you have read any of my previous posts on site wide user notification patterns and controls, then you may know where this is going. I have compiled a server control to bring this functionality to the fingertips of my fellow ASP.NET developers! read more...

Add a comment add a comment | category: | Views: 14
tags: , , | tag it

1
kicks
submitted by saumya321 16 hours, 51 minutes ago

c-sharpcorner.com — This article is used to show message window in vb.net using ajax. The problem comes when you use vb.net using ajax enables website. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

2
kicks
submitted by hockman 19 hours, 36 minutes ago

hockblogs.net — Hi there, In my series of 'Performance with ASP.NET AJAX & Client Repeater Control', which I started about two weeks ago, now it is already time for part 3 of the series, namely: Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element. These are the articles that I will soon be writing about or already have written about: * Performance with ASP.NET AJAX & Repeater Server Control - Part 1 - The Updatepanel * Performance with ASP.NET AJAX & Client Repeater Control - Part 2 - Using StringBuilder * Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element * Performance with ASP.NET AJAX & Client Repeater Control - Part 4 - String Concatenation Things in this solution are a little bit different compared to the Server side Repeater control and updatepanel approach. The overall aspect is exact the same as written in part 2 of the series, except for the client-side code to built the results table. These are the things I have done (which can be seen when you download the source files below): 1. Setting up a page with a generate data button to retrieve a set of 3000 person records 2. Setting up a local webservice that will get the data (could have been a PageMethod). 3. Invoking the webservice from client script 4. Cathing the results and build a client repeater using the DOM document.CreateElement methods. So this is how initially my page looks: When invoking the 'Generate data button', a client side script is invoked, that on its turn will call the local webservice, which was referenced as a script resource in the scriptmanager. The local webservice is called that returns the 3000 person records (I wanted a large resultset, so you could see that the performance issues arise when using an updatepanel as in my previous post). When the data was retrieved from the local webservice it is handled in client script by making use of the DOM document.CreateElement method. This is the call to the local webservice: PersonService.GeneratePersons(onSuccess, onFailed); This is the javascript used to make up the table: function BuildTable(results) { var table = document.createElement('table'); var body = document.createElement('tbody'); var tr = document.createElement('tr'); var tdId = document.createElement('td'); tdId.setAttribute("width", "100px"); tdId.setAttr read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

1
kicks
submitted by praveenk 21 hours, 35 minutes ago

vbdotnetheaven.com — This article introduces the 'Atlas' framework by exploring its client and server class libraries, the programming model the framework allows developers to adopt, some common development scenarios and by walking through a sample 'Atlas' enabled Web application. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

1
kicks
submitted by vivekamar vivekamar 1 day ago

dotnetcurry.com — In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

1
kicks
submitted by ZlatanDzinic 3 days ago

dotnet.org.za — Well here's what came out of this experiment, although this is more for messing around, to see how it works and for an odd chance that someone is permanently displaying a screen with aggregated RSS feeds that needs smooth updates (every 30 seconds or so). It uses my favourite UpdatePanel and also Ticker control. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

1
kicks
submitted by saumya321 3 days, 19 hours ago

c-sharpcorner.com — This article will show you how to use Ajax AutoComplete control. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

1
kicks
submitted by praveenk 3 days, 20 hours ago

vbdotnetheaven.com — This article will explain you in dept of creating Asp.Net Ajax-Enabled Application. I have explained with the help of product management example, where you can add new product, edit, update & cancel the product related activity. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

4
kicks
submitted by saumya321 4 days, 19 hours ago

c-sharpcorner.com — This article tells you the benifits that AJAX can bring for any enterprise. read more...

Add a comment add a comment | category: | Views: 7
tags: , , | tag it

1
kicks
submitted by Helephant 5 days, 3 hours ago

updatepanel.net — Make the computer take the work out of creating ASP.NET Ajax controls with some extensions to the framework that reduce creating a new property or function down to one line of code. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

3
kicks
submitted by rstrahl rstrahl 5 days, 3 hours ago

west-wind.com — I've been getting a lot of questions in response to my WCF REST session in regards of whether I'd recommend switching to WCF from ASMX services for AJAX functionality recently. WCF provides a host of new REST features, but when it comes to AJAX functionality and especially ASP.NET AJAX compatible functionality there's really nothing compelling there to require changes. In this post I look at what WCF provides for AJAX and some of the things you might watch out for. read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

1
kicks
submitted by praveenk 5 days, 16 hours ago

vbdotnetheaven.com — This is simple article to show how ASP.NET AJAX 1.0 Timer Control can be used in conjunction with UpdatePanel Control and RssToolKit to achieve real usage scenario. It also shows how to maintain ViewState across page postbacks. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

1
kicks
submitted by webgui 5 days, 16 hours ago

visualwebgui.com — A custom Document Management application that would allow its staff and users to add, edit and review documents regardless of their physical location was developed for a Dutch insurance company. The documents stored in the system describe various workflow procedures, policies, specifications, offers, and they are grouped together in a tree-based hierarchy. read more...

Add a comment add a comment | category: | Views: 41
tags: , , , , | tag it

1
kicks
submitted by praveenk 5 days, 16 hours ago

c-sharpcorner.com — This Ajax sample application creates a wizard dynamically to avoid scaling problems which occur when there are too many controls on a web form. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

1
kicks
submitted by sonukapoor 6 days, 12 hours ago

dotnetslackers.com — Brian Mains reviews the Telerik’s AJAX controls. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

1
kicks
submitted by praveenk 6 days, 20 hours ago

c-sharpcorner.com — This article help web developers to use CallBack instead of Ajax in some important issues like Updatable Data Source. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge