ASP.NET AJAX Articles (43) - Page 2

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.
 
Kunalverma31
How to call code behind method in JavaScript in C# and VS2010? 
Last updated on: 16 Aug 2011 10:21:31 AM by Kunalverma31 | Views: 30465 | Category: ASP.NET AJAX |
How to call code behind method in JavaScript in C# and VS2010
SheoNarayan
Maintaining browser history in ASP.NET AJAX 
Last updated on: 29 Dec 2010 11:23:50 AM by SheoNarayan | Views: 23678 | Category: ASP.NET AJAX |
Votes: 2 | Rating: 5 out of 5
In this article, I am going to show how to maintain browser history in ASP.NET AJAX page while performing asynchronous postback (partial postback).
Vuyiswamb
How to use Telerik Scheduler to Display Appointments in Asp.net Part I 
Last updated on: 20 Dec 2010 09:15:54 AM by Vuyiswamb | Views: 59628 | Category: ASP.NET AJAX |
Votes: 2 | Rating: 5 out of 5
Maybe now you have accepted that the controls you see in your toolbox or those that is shipped with visual Studio does not have functionality that you might want to have on your web application or Silverlight. One needs to consider that the days of Classic asp are over, and one needs to accept that there are people out there who dedicated their time to fill your toolbox with controls that can do what you wanted to do. Me and Sheo we agreed that we are going to teach our visitors that sometimes you do not need to do things yourself. There are Companies like www.telerik.com , www.Infragistics.com , www.DevExpress.com who dedicated their time to make this possible at a certain fee. I will be writing articles on these nice controls and how to use them. The Last Control I used was the Scheduler provided by Telerik.
Vuyiswamb
How to use Ajaxtoolkit ModalPopupExtender in ASP.NET AJAX 
Last updated on: 28 Nov 2010 03:20:34 PM by Vuyiswamb | Views: 86581 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 5 out of 5
It is going to be full 4 years since I started writing articles. My First 4 years were a learning curve and no one could read my articles because I was just a newbie. I am hoping to write a book next year. Why I am saying that , is that I came across a book from a a reputable publisher, where an author badly explain a topic and he ended up pasting a generated that took 3 pages of his book. I will not do that and from the articles I have written before I have never done that, this means there is still room for people like Vuyiswa Maseko, Sheo Narayan and other guys like Abhi and QuestPond to write a book.
Pratikshagzb
Ajax CalendarExtender 
Last updated on: 30 Aug 2010 10:18:47 PM by Pratikshagzb | Views: 101170 | Category: ASP.NET AJAX |
CalendarExtender is an ASP.NET AJAX control that is generally used with TextBox control. When user clicks in Textbox, Calendar control Pops up. Here I am discussing various properties of CalendarExtender .
Muhilan
How to display an image for textbox server control while focus the control? 
Last updated on: 11 May 2010 12:35:21 AM by Muhilan | Views: 14130 | Category: ASP.NET AJAX |
Votes: 3 | Rating: 4.67 out of 5
In this article explains you how to display an image for textbox server control while on focus the control.
SurajRane
Understanding Asp.Net Ajax Client Library 
Last updated on: 28 Apr 2010 01:13:09 PM by SurajRane | Views: 13570 | Category: ASP.NET AJAX |
Votes: 2 | Rating: 3.5 out of 5
Hi In this article we will look some very nice features provided by Asp.net ajax library.
  • Abhijit Jana
    Filter GridView Records using AJAX Slider Control 
    Last updated on: 11 Mar 2010 08:54:56 PM by Abhijit Jana | Views: 37239 | Category: ASP.NET AJAX |
    Votes: 5 | Rating: 3.8 out of 5
    This article describes how to filter GridView Records using AJAX Slider Control.
    Vuyiswamb
    How to make your Control Always Available While Scrolling in ASP.NET AJAX 
    Last updated on: 12 Mar 2010 04:24:43 AM by Vuyiswamb | Views: 20733 | Category: ASP.NET AJAX |
    Votes: 2 | Rating: 5 out of 5
    Sometimes in your Web application you might need your menu control to be available even when the user is scrolling down your page. Some Web Applications or Websites have a lot of contents on the page and when the user control down he forgets about the menus and sometimes it because a pain to always go up the page to find a menu. Sometimes it good if the menu can stay on the display while the user scrolls up and down. In this Article we are going to demonstrate on how to achieve this.
    Vuyiswamb
    How to Execute SSIS Packages in C# ASP.NET Part II 
    Last updated on: 25 Feb 2010 02:04:39 AM by Vuyiswamb | Views: 114953 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 5 out of 5
    In the previous article of this series we created an SSIS Package. In this article we are going to execute that Package in our c# code. Remember in SQL 2000 there was something called DTS’s but in SQL 2005 there is SSIS. Now we are going to see how easy it is to execute our previous package.
    Questpond
    4 steps to consume web services using Ajax (Includes Video tutorial) 
    Last updated on: 20 Feb 2010 09:18:47 AM by Questpond | Views: 19210 | Category: ASP.NET AJAX |
    Votes: 2 | Rating: 4 out of 5
    In this article we will try to understand the 4 important steps to consume web service directly in Ajax. In this sample we will create a simple customer combo box as shown in the figure below. This customer combo box will be filled by calling the web service methods directly of the customer web service.
    Vuyiswamb
    How to use Validation Controls in ASP.NET 
    Last updated on: 11 Feb 2010 10:02:29 AM by Vuyiswamb | Views: 52535 | Category: ASP.NET AJAX |
    Votes: 3 | Rating: 4.33 out of 5
    Using Validation Controls is faster than doing validation on the server side. Please note that there are some cases where you can’t set a rule. In that Case you will add those types of validation to your Business Logic Layer, when you validate in your Class Library before sending the Data to the Data Layer to be executed. There is only one reason why Microsoft created Validation controls. The Reason is simple “Never Trust the user input”
    Virendradugar
    Set Page Position after asyncPostback in AJAX 
    Last updated on: 04 Jan 2010 12:40:43 PM by Virendradugar | Views: 24513 | Category: ASP.NET AJAX |
    This article explains a simple trick to set the page position to any coordinates after async Postback.
    Mehulthakkar1
    AJAX DLL 
    Last updated on: 03 Jan 2010 11:28:17 PM by Mehulthakkar1 | Views: 17438 | Category: ASP.NET AJAX |
    An Ajax DLL is used to call server side method asynchronously without processing the whole page life cycle.
    Vuyiswamb
    How to Send an E-mail using Gmail in ASP.Net 
    Last updated on: 09 May 2010 02:53:26 PM by Vuyiswamb | Views: 26438 | Category: ASP.NET AJAX |
    Votes: 3 | Rating: 5 out of 5
    There are many ways that an application can use to communicate with users. Some users are used to message box popping up and some users are annoyed because this affect the work flow. Some think it’s better to read these messages later. One more thing I saw is that most of the users hate the yellow screen of death. Maybe we need not to show them this message and trap this globally and send this messages t our self.