ASP.NET AJAX Articles (43) - Page 1

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.
 
Raj.Trivedi
Sample on AJAX Modal Popup with Grid-view 
Last updated on: 25 Jul 2013 12:24:58 PM by Raj.Trivedi | Views: 11635 | Category: ASP.NET AJAX |
In this article we will see how we can show dynamically bound grid in Modal POP -UP.
Raj.Trivedi
AJAX Auto Complete Extender Part 2 of 2 - (Part 2 Without Webservice) 
Last updated on: 21 Jul 2013 06:44:11 AM by Raj.Trivedi | Views: 11530 | Category: ASP.NET AJAX |
In the first part we saw how we can implement AJAX Auto Complete Extender using Web Service.In this article we will see how we can achieve the same without using Web Service
Sourav.Kayal
Load dynamic data in asp.net after page scrolling using JQuery and AJAX 
Last updated on: 19 Jul 2013 12:44:03 PM by Sourav.Kayal | Views: 20050 | Category: ASP.NET AJAX |
How to load dynamic data in page scrolling
Raj.Trivedi
Let us learn Balloon Popup Control - Cloud and Rectangle Style 
Last updated on: 17 Jul 2013 01:42:08 PM by Raj.Trivedi | Views: 7387 | Category: ASP.NET AJAX |
In this article we will see how we can use and implement Balloon Popup Control.
Raj.Trivedi
Let us learn AJAX Visible Control 
Last updated on: 16 Jul 2013 12:57:00 PM by Raj.Trivedi | Views: 4542 | Category: ASP.NET AJAX |
In this article we will see how we can use always visible control and what are its uses.
Raj.Trivedi
Sample on AJAX Editor 
Last updated on: 14 Jul 2013 01:02:39 PM by Raj.Trivedi | Views: 9095 | Category: ASP.NET AJAX |
In this article, we will see how we can use the AJAX Editor.We will store the data in the database after formatting it in the AJAX Editor.
Raj.Trivedi
AJAX Rating Control storing and fetching from database. 
Last updated on: 14 Jul 2013 06:15:29 AM by Raj.Trivedi | Views: 12953 | Category: ASP.NET AJAX |
Hello Friends, In this article we will see how we can store the values of rating in the database and fetch the rating value in the application.
  • Raj.Trivedi
    Uploading Files using AJAX Uploader with Drag and Drop Functionalities 
    Last updated on: 11 Jul 2013 02:00:03 PM by Raj.Trivedi | Views: 17379 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 5 out of 5
    In this article we will see how we can upload multiple files using AJAX uploader with drag and drop functionality and also with a progress bar and storing the file path in database.
    Raj.Trivedi
    Upload Image using AJAX ASYNC FILE Uploader in Database. 
    Last updated on: 04 Jul 2013 12:36:56 PM by Raj.Trivedi | Views: 34382 | Category: ASP.NET AJAX |
    Hello Team, In this article we will see how we can use the AJAX Async Uploader to upload images to the folder and save the path in database.
    Imteyazkhan374
    How to check whether username exists in database without refreshing page using ajax 
    Last updated on: 31 May 2013 12:54:38 PM by Imteyazkhan374 | Views: 47843 | Category: ASP.NET AJAX |
    In this article we will see how to check whether username exists in database or not without refreshing the page using ajax updatepanel control.
    Gopesh9
    Showing Clock Without Page Load Every Time using ASP.NET AJAX 
    Last updated on: 03 Aug 2012 07:43:09 AM by Gopesh9 | Views: 17751 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 3 out of 5
    I have just started reading Ajax and came across very nice topic to show the clock in the label and every one second it is changing without loading the page again and again. You can also use it as forming a software for stop watch and all.
    Me_Himanshu
    File Upload in Gridview with Ajax Modalpopup 
    Last updated on: 22 Jun 2012 03:18:44 AM by Me_Himanshu | Views: 59014 | Category: ASP.NET AJAX |
    Votes: 3 | Rating: 4 out of 5
    In this article,I will use fileupload control in ajax modal popup to upload file in gridview and the update it.
    Me_Himanshu
    Multiplication of two textboxes in modal popup extender repeater control having repeater control without javascript 
    Last updated on: 06 Jun 2012 02:55:16 AM by Me_Himanshu | Views: 11360 | Category: ASP.NET AJAX |
    Votes: 1 | Rating: 3 out of 5
    I was developing an order from for my client.There was a 5 fields-:Customer name,Item,Quantity ordered,Rate of the item and total amount(i.e quantity* rate).The order is to be taken by admin of the website. Earlier the requirement was that the admin will enter each item individually. i.e if a single customer gives order of 10 items ,each item is to be inserted individually,and the total amount(rate * quantity) is to be multiplied and displayed in the page.That was quite easy and i have completed with simple function in javascript.But the trouble arised when user changed his requirement.Now the requirement was he want to enter multiple items for the same customer,and as soon as he click place order button,the data should be inserted in database.Everything was done,but i faced a bit trouble in multiplying the textboxes value in repeater.i crawled the google,but failed to find the worthful stuff.Finall i managed it.see how
    CS1401
    Multiselect Dropdown in Asp.net 4.0 using C# 
    Last updated on: 15 Sep 2011 02:45:21 AM by CS1401 | Views: 187130 | Category: ASP.NET AJAX |
    Votes: 3 | Rating: 4.67 out of 5
    In this article, I will show you how to create a multi-select in an ASP.net page. I will keep this article short and sweet so you can just use the code in your applications. Previously i refer many codes about multiselect dropdown but i found all are little complex to implement. So i decided to try it in my own. Lets see how i implement this.
    Mahakgarg
    Required Field Validator In Ajax 
    Last updated on: 27 Aug 2011 02:42:07 PM by Mahakgarg | Views: 10622 | Category: ASP.NET AJAX |
    In this example I create a validation control. It checks if the TextBox is Empty it shows the error message.