ASP.NET AJAX Articles (43) - Page 3

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

43 records found.
 
Vuyiswamb
How to Create a Date Picker in ASp.NET 
Last updated on: 10 Dec 2009 05:01:30 AM by Vuyiswamb | Views: 167428 | Category: ASP.NET AJAX |
Every Article I write is like a story. There are a lot of Companies that provide readymade controls that skinable and make out GUI (Graphical User interface) looks good. Spending time inventing a Wheel is not a Good idea. A lot of Developers or Development houses should look at Infragistics (www.Infragistics.com), ComponentArt and Telerik. There are more of them but these are Microsoft partners and they have made their mark in providing readymade Controls that you can use in your Visual Studio. But there are times where we don’t have a Budget and we been Controls like Date Picker. Well if you check the Visual Studio Toolbox, there is no Such Control.
Vuyiswamb
How to use UpdateProgress Control ASP.NET Ajax 
Last updated on: 03 Dec 2009 03:21:37 AM by Vuyiswamb | Views: 57584 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 5 out of 5
Windows applications are more stable than web application. Even if the web is not that stable like a windows application, there are lot advantages of building Web Applications and one thing that we remember as ex-Windows programmers is that the Forms did not Flicker in front of the eyes of the user. This irritates a lot of users. Microsoft came back with a good solution for this problem and they introduced Ajax. In this Article am going to show you how you can create Flicker Free pages.
Vuyiswamb
How to Create Ficker Free Pages ASP.Net Ajax 
Last updated on: 03 Dec 2009 03:22:49 AM by Vuyiswamb | Views: 13525 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 4 out of 5
Windows applications are more stable than web application. Even if the web is not that stable like a windows application, there are lot advantages of building Web Applications and one thing that we remember as ex-Windows programmers is that the Forms did not Flicker in front of the eyes of the user. This irritates a lot of users. Microsoft came back with a good solution for this problem and they introduced Ajax. In this Article am going to show you how you can create Flicker Free pages.
Vuyiswamb
How to consume other Sites RSS in ASP.NET 
Last updated on: 03 Dec 2009 08:23:14 AM by Vuyiswamb | Views: 13809 | Category: ASP.NET AJAX |
One might wonder how they can have news on their website. Will they have to be there and Update their site to get updated content? Do they have to hunt for news? This becomes confusing for a content designers of some websites. Can they get this news from other good Source? But how will they update the News from those sources? These are questions that are asked every day. In this article I will show you how to use RSS from other sites and display them in your site and get updates without you being there. Your website can display news with images and links to the source in ASP.Net
Virendradugar
AsyncFileUpload Control - New Control in Ajax Control ToolKit 
Last updated on: 06 Oct 2009 09:36:16 PM by Virendradugar | Views: 26454 | Category: ASP.NET AJAX |
This article demonstrates how to use newly launched AsyncFileUpload control of Ajax Control Toolkit.
Virendradugar
Create Gmail-like loading indicator with ASP.NET Ajax 
Last updated on: 07 Sep 2009 02:26:27 AM by Virendradugar | Views: 13644 | Category: ASP.NET AJAX |
This article explains how to create Gmail like loading indicator.
Anup1252000
Accessing Webservice by using Sys.Net.WebRequest 
Last updated on: 03 Aug 2009 07:20:17 AM by Anup1252000 | Views: 47932 | Category: ASP.NET AJAX |
In this article we are going to see how to access the webservice from Sys.Net.WebRequest where we can find the country by entering the IP address.
  • SheoNarayan
    jQuery and ASP.NET AJAX UpdatePanel 
    Last updated on: 17 Jul 2009 07:31:16 PM by SheoNarayan | Views: 113947 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 5 out of 5
    This article describes the solution of the problem in which jQuery doesn't work for elements placed under ASP.NET AJAX UpdatePanel when partial postback is done.
    SheoNarayan
    Using PageMethods and JSON in ASP.NET AJAX 
    Last updated on: 04 Jul 2009 05:09:52 PM by SheoNarayan | Views: 130644 | Category: ASP.NET AJAX |
    Votes: 2 | Rating: 5 out of 5
    This article describes how to use ASP.NET AJAX PageMethods to submit data to the server and get response. It also shows how to serialize object into JSON format and access its properties in JavaScript.
    Amit.jain
    Implementing autocomplete textbox in gridview using Ajax autocomplete extender 
    Last updated on: 11 Jan 2009 10:05:43 AM by Amit.jain | Views: 92154 | Category: ASP.NET AJAX |
    In this example i am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox
    Amit.jain
    Implementing search in GridView and highlight results 
    Last updated on: 08 Jan 2009 05:22:39 AM by Amit.jain | Views: 59524 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 5 out of 5
    In this example i am populating gridview by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback and update progress template to show search progress
    Baruhari
    ListView Control with DropDownExtender and Menu 
    Last updated on: 02 Sep 2008 09:45:28 PM by Baruhari | Views: 33666 | Category: ASP.NET AJAX |
    This article describes how to display the Context Menu on each row of the ListView Control using DropDownExtender and Menu control
    Animesh
    AJAX.net Questions and Answers 
    Last updated on: 23 May 2008 04:59:34 AM by Animesh | Views: 13180 | Category: ASP.NET AJAX |
    This article describes some ASP.NET Ajax commonly asked questions and answers.