|
|
|
|
|
| | Total Hits: 1 | Today: 0 | Author: Imransyed63 | 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.... |
| | Total Hits: 47 | Today: 0 | Author: programming.top54u.com | 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... |
| | Total Hits: 375 | Today: 0 | Author: Muhammad Mosa | 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].... |
| | Total Hits: 73 | Today: 0 | Author: Daniel Flower | 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.... |
| | Total Hits: 207 | Today: 0 | Author: AzamSharp | 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.... |
| | Total Hits: 154 | Today: 0 | Author: Handshakeit | 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... |
| | Total Hits: 92 | Today: 0 | Author: Bilal Haidar | 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.... |
| | Total Hits: 291 | Today: 0 | Author: Peter Brunone | 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.... |
| | Total Hits: 334 | Today: 0 | | 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.... |
| | Total Hits: 272 | Today: 0 | Author: Dipal Choksi | 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.... |
| | Total Hits: 418 | Today: 0 | Author: Prasad | Rating:  |
| |  This sample application shows you how to add and remove data to an ASP.NET ListBox control.... |
| | Total Hits: 5 | Today: 0 | Author: Austin Rasmussen | 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.... |
| | Total Hits: 2 | Today: 0 | Author: Scott Mitchell | 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.... |
| | Total Hits: 1 | Today: 0 | Author: Moderator1 | 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... |
| | Total Hits: 2 | Today: 0 | Author: JosephL, Arnab Dutta | 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.... |
| | Total Hits: 0 | Today: 0 | Author: Habeeb Rushdan | 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!... |
| | Total Hits: 0 | Today: 0 | Author: Moiz hakimi | 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.... |
| | Total Hits: 6 | Today: 0 | Author: chjk | 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 .... |
| | Total Hits: 2 | Today: 0 | Author: dolcalmi | 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.... |
| | Total Hits: 2 | Today: 0 | Author: Timothy Khouri | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|