|
|
|
|
|
|
| | Total Hits: 49 | Today: 0 | Author: Ankit Nandekar | Rating:  |
| |  This article demonstrates how to use Ajax's Rating Control in ASP.Net.
Note: We are assuming that you have already completed the installation of the Ajax Toolkit as well as have a basic understanding of coding.... |
| | Total Hits: 50 | Today: 0 | Author: enda.mcmanemy | Rating:  |
| |  The attached source code is a C# application that demonstrates the dragging and dropping of a Windows control within a container.... |
| | Total Hits: 52 | Today: 0 | Author: Suprotim Agarwal | Rating:  |
| |  The DragPanel extender makes it extremely simple to add a ‘drag’ to your controls. It can target any panel control which enables you to move your panel from one place to another, on the client-side. However there is a functionality missing in the DragPanel extender. The DragPanel extender does not have the built-in capability to retain the position of controls that have been dragged, after a page postback. In this article, we will see how to retain the position of the DragPanel extender, after a... |
| | Total Hits: 178 | Today: 0 | Author: Nidal Arabi | Rating:  |
| |  Enriching your web application has been kind of hard before AJAX. However, with Microsoft AJAX control toolkit, that job is becoming easier. In this article I will explain the DragPanel control with a help of a sample project.... |
| | Total Hits: 93 | Today: 0 | Author: Nidal Arabi | Rating:  |
| |  This article examines the usage of Dynamic Populate Extender AJAX control. It walks you through the step-by-step procedure for setting up a simple Dynamic Populate Extender Control. Code Snippets and an example download are included.... |
| | Total Hits: 94 | Today: 0 | Author: Matt Berseth | Rating:  |
| |  As I mentioned in a previous post, I am currently researching what advantages ASP.NET 3.5's new ListView control would have over the GridView. To continue down this path, I thought it would be a good idea to look into how paging work with the ListView. To direct my research, I created a sample data table that supports paging via the standard paging buttons as well as with a slider bar. Below is a screenshot of the table. As usual you can follow the links below to view the live demo as well a... |
| | Total Hits: 64 | Today: 0 | Author: Matt Berseth | Rating:  |
| |  The web application I am currently developing has a fair number of popup windows. Some are modal, some aren't. All open new browser windows and this annoys more than a few of our users (I hate popup's too, so I guess it shouldn't be that surprising). So as a team we are looking into replacing our popup windows with the ModalPopupExtender and PopupExtender AjaxControlToolkit controls. This is just fine by me - I have worked with the toolkit's popup controls on other projects and they worked q... |
| | Total Hits: 149 | Today: 0 | Author: pabmohan | Rating:  |
| |  This is an example on how to use the AJAX Toolkit's AutoCompleteExtender and make a Google Suggest like application using the Google's Suggest API. AJAX needs to be installed if you are using VS 2005. The AutoCompleteExtender needs a feed from a webservice. Here, I have made a Google webservice, called Google.asmx. The AutoCompleteExtender works on the textbox and uses a webservice method. You need to have a webform (default.aspx) and a webservice (google.asmx). Note: I have used VS 2005 with AJ... |
| | Total Hits: 343 | Today: 0 | Author: AmauriRodrigues | Rating:  |
| |  A few weeks ago, a client asked me: "We need a simple listing, and we need to click and see details, inside the listing - not a pop-up - not another page - not reloading the entire page". I started to search, read, test. I found some interesting articles and samples, but not exactly what my client wanted. Then, I thought: I can merge some solutions and, maybe, satisfy the customer. The AJAX DynamicPopulate extender offers the mechanism. Let's open the sources and learn. Some interesting articles... |
| | Total Hits: 178 | Today: 0 | Author: Omar Al Zabir | Rating:  |
| |  My open source AJAX Web Portal, www.dropthings.com, has an ASP.NET AJAX Extender which provides multi-column drag and drop for widgets. You can see similar drag and drop behavior in commercial AJAX Start Pages like Pageflakes. The Extender allows reordering of content on the same column and drag and drop content between columns. It also supports client-side notification so that you can call a web service and store the position of the content behind the scene without producing (async) postback.... |
| | Total Hits: 130 | Today: 0 | Author: dB. | Rating:  |
| |  My website is a rich social network that offers users many web forms to fill. For example, users can post articles and edit lengthy profiles. Often they click on a link that takes them away from the page or press the wrong key (e.g. backspace that navigates to the previous page). In both cases their changes get lost. And it is always frustrating to have to re-enter the same text twice. Wouldn't it be nice to warn the user that he has unsaved data and give him an opportunity to cancel, then save ... |
| | Total Hits: 782 | Today: 0 | Author: Suprotim Agarwal | Rating:  |
| |  The DragPanel extender makes it extremely simple to add a ‘drag’ to your controls. It can target any panel control which enables you to move your panel from one place to another, on the client-side. However there is a functionality missing in the DragPanel extender. The DragPanel extender does not have the built-in capability to retain the position of controls that have been dragged, after a page postback. In this article, we will see how to retain the position of the DragPanel extender, after a... |
| | Total Hits: 256 | Today: 0 | Author: Christian Wenz | Rating:  |
| |  The CollapsiblePanel control in the ASP.NET AJAX Control Toolkit extends a panel and provides it with the capability to collapse its contents and expand it again. These two actions can also be triggered from custom JavaScript code.... |
| | Total Hits: 501 | Today: 0 | Author: Raj Beniwal | Rating:  |
| |  Using DragPanel control, you can move your panel one place to another place in a Web page on client site. the web page. The DragPanelEtender control allows you to add drag and drop feature to your controls. Here are two commong properties of 1 – TargetControlID – The ID of that Panel which should be drag. 2 – DragHandleID - The ID of a control that will serve as the "drag handle" for the panel. When the user clicks and drags this control, the panel will move.... |
| | Total Hits: 542 | Today: 0 | Author: Timothy Khouri | Rating:  |
| |  Due to the disconnected nature of the web, developers have often wondered how to display certain metrics such as a real-time progress bar. This article will show you how to easily build a real progress bar that actually reports progress of a process running on the server using ASP.NET AJAX.... |
| | Total Hits: 257 | Today: 0 | Author: Jeff Prosise | Rating:  |
| |  For better or for worse, the UpdatePanel control is the darling of the ASP.NET AJAX community. I say "for better" because UpdatePanel makes partial-page rendering shockingly easy and "for worse" because its simplicity and ease-of-use come at the cost of efficiency and, ironically, bandwidth. While UpdatePanel brings AJAX magic to ordinary Web pages, it doesn’t bring the efficiency we normally associate with AJAX. Did you know, for example, that when an UpdatePanel control performs an asynchro... |
| | Total Hits: 227 | Today: 0 | Author: Damian Mehers | Rating:  |
| |  Imagine that you have discovered a new ASP.NET AJAX Control Extender that adds a "must have" behaviour to a standard ASP.NET control, for example a ListSearch Extender that lets users search incrementally within ASP.NET ListBox controls. You are under strict instructions to apply the extender to all instances of the ListBox control throughout your large existing web site that was created long before ASP.AJAX lept onto the scene. What can you do? One option would be to spend a few days going thro... |
| | Total Hits: 202 | Today: 0 | Author: creativeui | Rating:  |
| |  UpdatePanel. If you are simply wanting a “no refreshing” website, then that is basically all you need to know. However, if you are wanting to use some of the cool client enriching doodads like animation, accordions or draggable lists, then you need to employ the Toolkit. That is the subject of today’s article.... |
| | Total Hits: 536 | Today: 0 | Author: rajbk | Rating:  |
| |  The UpdatePanelPopupExtender is a simple ASP.Net AJAX extender that can be attached to any UpdatePanel control. This extender allows you to postion the attached UpdatePanel beside any control you specify. Here are a couple screen shots of what you can do with it.This shows an UpdatePanel positioned next to a "Details Icon". The UpdatePanel contains a DetailsView which displays details of the record selected.... |
| | Total Hits: 497 | Today: 0 | Author: omar | Rating:  |
| |  My open source Ajax Start Page www.dropthings.com has an ASP.NET Ajax Extender which provides multi-column drag & drop for widgets. It allows reordering of widgets on the same column and also drag & drop between column. It also supports client side notification so that you can call web service and store the position of the widgets behind the scene without (async) postback.... |
|
|
|
|
|
|