Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Server Controls > DataList Control


Search:
What's New - What's Hot
Extended DropDownList  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Imransyed63      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most of the time when the items in the drop down list are lengthy, developers find it difficult to control their appearance. If the drop down width is not set, the size of the drop down list gets lengthy and if the size of the drop down list is set, the items get cropped during display. DropDownListEx is the solution for such a problem. You can control the width of the dropdown with the items displaying without getting cropped....

ASP.Net DataList Data Binding using XmlDataSource Dynamically     
Total Hits: 47  |  Today: 0Author: programming.top54u.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

In ASP.Net 2.0 you can use XMLDataSource class that provides the base functionality of dynamic xml data web control to bind the xml data with DataList control dynamically using C# code. You can create an object of XMLDataSource class to allocate the memory for XML data retrieved from the DataSource. Then set the values for DataFile property and XPath property of XMLDataSource class object and bind the data object to DataList Control to render the XML data items on ASP.Net web page. For binding t...

Popup Master-Detail using GridView, DetailsView and JQuery with jqModal     
Total Hits: 375  |  Today: 0Author: Muhammad Mosa      Rating:  
Read Reviews | Write Review |  Your Rating: 

Last month Matt Berseth posted very good post about how to build Master-Detail with the GridView, DetailsView and ModalPopup Controls. Today I'm going to clone his post and build the same feature using jQuery with jQuery Plugins; one for popup windows jqModal& and the other is for Color Animation. You can view a demo of this sample here [View Demo]....

Building trees from lists in .NET     
Total Hits: 73  |  Today: 0Author: Daniel Flower      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is aimed at .NET developers who need to build a tree (or forest) of objects by loading an array or list of rows from a database, and converting them to a tree structure in memory to use or display....

DropDownList Inside The GridView Method 2     
Total Hits: 207  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is the second installment of the article, DropDownList Inside the GridView. In the previous article DropDownList Inside the GridView I talked about how you can populate the DropDownList inside the GridView with different data using a DataSet. In this article I will demonstrate that how you can achieve the same behavior using Entity Classes....

Selection of controls b/w RadioButton and RadioButtonList     
Total Hits: 154  |  Today: 0Author: Handshakeit      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are two ways to show a radio button on you site
1 RadioButtonList Control
2 Radiobutton Control
The RadioButtonList control is used to create a group of radio buttons.however it has some limitations
it can be populated from database only frm a single column field. however many times we need to populate radiobuttons from moer than one columns. now we need to use Radiobuttons saperatly
for this RadioButton has a property Groupname...

Smart ListControl in ASP.NET 1.x/2.0     
Total Hits: 92  |  Today: 0Author: Bilal Haidar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article Bilal Haidar shows you how to make any ListControl that ships with ASP.NET 1.x/2.0 a smart control by making those controls preserve the client-side changes on their collection of items....

Creating a rich HTML dropdown list (including images) with EasyListBox     
Total Hits: 291  |  Today: 0Author: Peter Brunone      Rating:  
Read Reviews | Write Review |  Your Rating: 

This example shows how to generate a standard dropdown list that makes use of custom styling and HTML items... including images.
Image tags can be added right in with the text, whether the values come from hard-coded ListItems (as shown in this example) or from database fields....

A Small Data Class     
Total Hits: 334  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a small code sample to demonstrate how simply you can create an array and use it as the DataSource for a ListBox control. More than that though, I'd like you to pay close attention to the small Class called ListData that serves as a Data Class. I saw a Class similar to this one used in an example on MSDN, and, because I can never find anything twice on MSDN, thought that I'd better document it here on ShowUsYourCode....

Data Transfer between two ASP.NET ListBox Controls     
Total Hits: 272  |  Today: 0Author: Dipal Choksi      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this example we will create a sample Web form that allows the user to select from a list. The user selections are transferred to another list. This is a very simple program and provides a very convenient user interface for selections. This form of selection is very commonly used in Windows applications....

Using WebForms ListBox Control     
Total Hits: 418  |  Today: 0Author: Prasad      Rating:  
Read Reviews | Write Review |  Your Rating: 

This sample application shows you how to add and remove data to an ASP.NET ListBox control....

Android Lists: ListActivity and ListView II – Custom Adapter and List Item View  Version: 0.00     Price: $0.00  
Total Hits: 5  |  Today: 0Author: Austin Rasmussen      Rating:  
Read Reviews | Write Review |  Your Rating: 

You’ve got a functioning list of stock ticker symbols now; however, it’s just a list of symbols and nothing more. Let’s explore how to add a static stock quote to each of the ticker symbols....

Showing Multiple Records per Row with the DataList Control  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

The DataList examples we ve seen in the past two tutorials have rendered each record from its data source as a row in a single-column HTML table. While this is the default DataList behavior, it is very easy to customize the DataList display such that the data source items are spread across a multi-column, multi-row table. Moreover, it s possible to have all of the data source items displayed in a single-row, multi-column DataList....

Asp.Net GridView Manipulation Inside DataList Control  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Moderator1      Rating:  
Read Reviews | Write Review |  Your Rating: 

To make things clear, we are going to display Customer Information in a GridView control under each Customer State using a DataList and a GridView control. The data listed in the GridView control can be manipulated with Edit, Update and Delete operations. Along with this, we are going to place a check box control in the first column of the GridView control, by which we can do a ‘Select All’ action for each Customer list separated by in every Customer State. Finally, a prompt confirmation has bee...

A DropDownList which you can hide bellow a DIV tag in IE6 and other browser  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: JosephL, Arnab Dutta      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is an effort to replicate and improve on the functionality of the MS ASP.Net Drop Down List control for web applications running on IE 6 browsers. It supports similar features as the MS Drop Down List control. This is a work in progress. By downloading and studying the code in the demo project, you will see how simple it is to implement the code into your own projects. Below are several screen shots of the control and instructions on its use....

How to Hide a RadioButtonList or CheckBoxList ListItem in ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Habeeb Rushdan      Rating:  
Read Reviews | Write Review |  Your Rating: 

With the advent of ASP.NET about five years ago Microsoft created several built-in Web Forms controls and among them are the RadioButtonList and CheckboxList. These two controls have a pretty robust and intuitive class structure but are lacking in a quite pratical aspect: the ability to hide their individual ListItems!...

Select ListBox Using Ajax  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Moiz hakimi      Rating:  
Read Reviews | Write Review |  Your Rating: 

Hi every one. Here is another good idea for web developers.

I know that I m not a good writer. But I am writing here the things which I faced during the development of this tool.

This article will also teach you what is Ajax and how it's working....

Nesting the DropDownList to Gridview in ASP.NET 2.0 to update  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: chjk      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will demonstrate how to Nest the DropDownList to Gridview in asp.net 2.0 to update data.ITemplate will need to be created that can be used for representing and editing the data within the Gridview . i use a label in the ItemTemplate to represent the City column and a DropDownList in the EditItemTemplate to edit it ....

Databind Expression in ListView LayoutTemplate  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: dolcalmi      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article pretends to show a possible solution for a common problem when asp.net developers work with ListView: databind expression (<%# %>) in the LayoutTemplate does not work.

My English is not the best so all suggestions and fixes are welcome....

The ListView Dominates The Repeater  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Timothy Khouri      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Repeater control that was introduced with the dawn of ASP.NET encapsulated much needed functionality and has given web developers a customizable, object oriented way of repeating any kind of data (that doesn't belong in a table which is handled by the GridView control). But the new ListView control in ASP.NET 3.5 blows the Repeater control out of the water. This article will discuss the differences between the two controls showing all the powerful features of the ListView control....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net