Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, July 20, 2008

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 2.0 > Server Controls > Standard Control
Search:
What's New - What's Hot


Panel        
Total Hits: 38  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Panel control is a container for other controls. It is especially useful when you want to generate controls programmatically or hide or show a group of controls, as shown in the listed example....

Web Server Calendar Control in ASP.NET 2.0        
Total Hits: 260  |  Today: 0 Author: Sonu Chauhan       Rating:  
Read Reviews | Write Review |   Your Rating: 

Most of the time we come across a situation when we need to extend the existing functionality of any control. So, in the following article we will see that how to extend the calendar control. The Calendar control is based on the .NET Framework DateTime object, and you can display any date between the years 0 and 9999 A.D.In the following article you will find that you can utilize the existing control as per you requirement....

Uploading a File using FileUpload control in ASP.NET 2.0        
Total Hits: 1219  |  Today: 4 Author: Aadil       Rating:  
Read Reviews | Write Review |   Your Rating: 

This simple article will show you how to upload a file to the server using the new FileUpload web control supplied in the new version of ASP.NET 2.0.
A lot of times you required that the user of your web page uploads a file from his/her system to your web server. Maybe it is his/her picture that he wants to share with others or some other document like a report of some kind.
In the previous version of ASP.NET 1.x there was an HTML control that was rendered as an input control of type file ...

ASP.NET 2.0 MultiView Control - No more TabStrip / Panel Show-Hide        
Total Hits: 133  |  Today: 0 Author: Harish       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the most ignored or rather not talked about control in ASP.NET 2.0 (no more code name "whidbey") is the MultiView Control. How many times we have wanted a scenario where we need to show only certain portions of a section and show the other based on a click event and allow users to toggle between the two. The solution for this in ASP.NET 1.X versions is to either go for a Tabstrip control or have a Button, Image Button etc., and have Panels which you can show and Hide....

AJAX Date Picker for ASP.NET        
Total Hits: 408  |  Today: 0 Author: Maynard Cuellar       Rating:  
Read Reviews | Write Review |   Your Rating: 

AJAX Date Picker is a free ASP.NET 2.0 calendar control that utilizes AJAX techniques to get data from the server without an entire page postback. You can specify the clickable dates on a given month as well as other days like holidays, etc. A great application for this control is for those sites that uses some reservation system to select valid dates. For example a travel site can use this control to render only valid dates. This controls limits the user on what dates to click. As a result you ...

DropDownList        
Total Hits: 157  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

The DropDownList control provides a single-select drop-down list. The following sample illustrates using a simple DropDownList control. In addition to programmatically databinding, as shown in the example above, you can also data bind a DropDownList declaratively to a data source control. The following example shows a DropDownList bound to the Authors table in the Pubs database....

AdRotator Standard Control        
Total Hits: 145  |  Today: 0 Author: Munir Shaikh       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I was working on AdRotator controll in Asp.Net 2.0, at one stage while adding Ads.xml file.
I notice following error:
Error:
The AdRotator adRtrCtrl/adRotator1 could not find the AdvertisementFile or the file is invalid....

Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: Improving and Customizing the User Experience        
Total Hits: 43  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the many new Web controls available in ASP.NET 2.0 is the Wizard Web control, which takes the user through a series of discrete steps in order to accomplish some task. As discussed in Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: The Basics, the Wizard control is made up of a collection of s, with each step containing properties (such as its Title and StepType) along with HTML and Web controls specific to that step. The navigational user inter...

How to create a Hijri Calendar control in .Net Framework 2.0        
Total Hits: 1227  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I will try to explain you the technique of creating a Hijri Calendar control in .net framework 2.0. Here I will create this control by simply drag and drop of calendar control on the web form. Occasionally we need calendar control for our applications either desktop application or web application. .Net Framework provides great flexibility to the developers in creating calendar control such as Auto format options – which allows the developers to format there control accordingly – ...

Working with CheckBoxList and RadioButtonList control in ASP.Net 2.0        
Total Hits: 10045  |  Today: 35 Author: Faraz       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I will create a sample application that subscribes developer’s journal on user’s request. In this application I will try to explain you how you can use CheckBoxList and RadioButtonList. ASP.Net and ASP.Net 2.0 came with very good featured server controls. Among these server controls we find two useful controls that are CheckBoxList and RadioButtonList control. CheckBoxList control is quite similar to CheckBox control. The only difference you find is, in CheckBoxList control you w...

Calendar Control in ASP.Net 2.0        
Total Hits: 1387  |  Today: 13 Author: Faraz       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I will try to explain you how you can create a calendar control in ASP.Net 2.0. Here I have created a sample application for flight confirmation. Often developing a web application we need calendar for day and date selection on our site so that we can provide feasibility to end users. For example you are developing a website that confirms flight route/schedule. To provide feasibility for end user so that he/she can select date according to his/her suitable scenario you find a ser...

Latitude/longitude input control: an ASP.NET 2.0 server control        
Total Hits: 172  |  Today: 0 Author: Gary Dryden       Rating:  
Read Reviews | Write Review |   Your Rating: 

This code drop is part of a smash and grab series. If you're in a rush, you can just grab this code and insert it into your application, no understanding is required. When you have some time (ya, right), you may want to review the source code. I recently needed to enter latitude and longitude information into a GridView control, and so I wrote this ASP.NET 2.0 server control. The top part of the graphic shows the various input formats which you can toggle between using the spinners to the right....

ListBox        
Total Hits: 56  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

The ListBox control provides a single-selection or multiple-selection list. To enable multiple selection, set the SelectionMode property to Multiple....

AdRotator Standard Control        
Total Hits: 110  |  Today: 0 Author: Munir Shaikh       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I was working on AdRotator controll in Asp.Net 2.0, at one stage while adding Ads.xml file....

User Confirmation before Deleting Items in ASP.Net 2.0        
Total Hits: 120  |  Today: 0 Author: Dipal Choksi       Rating:  
Read Reviews | Write Review |   Your Rating: 

This brief article describes the use of the OnClientClick property of button controls in ASP.Net 2.0, in order to get a user confirmation before deleting items from a GridView control.
The same approach can be extended/modified to provide client-side user interaction such as alerts, confirmations or other client-side action, when any server-side button control is clicked in the ASP.Net 2.0 web page.
The solution is very straightforward and involves setting the OnClientClick property to a s...

Working with Data in ASP.NET 2.0 :: Using the FormView's Templates        
Total Hits: 136  |  Today: 0 Author: asp.net       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the last two tutorials we saw how to customize the GridView and DetailsView controls' outputs using TemplateFields. TemplateFields allow for the contents for a specific field to be highly customized, but in the end both the GridView and DetailsView have a rather boxy, grid-like appearance. For many scenarios such a grid-like layout is ideal, but at times a more fluid, less rigid display is needed. When displaying a single record, such a fluid layout is possible using the FormView control....

DetailsView        
Total Hits: 88  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

DetailsView is a data-bound user interface control that renders a single record at a time from its associated data source, optionally providing paging buttons to navigate between records. It is similar to the Form View of an Access database, and is typically used for updating and/or inserting new records. It is often used in a master-details scenario where the selected record of the master control (GridView, for example) determines the DetailsView display record....

Multi-column dropdown combobox - an ASP.NET 2.0 server        
Total Hits: 211  |  Today: 0 Author: Gary Dryden       Rating:  
Read Reviews | Write Review |   Your Rating: 

This code drop is part of a smash and grab series. If you're in a rush, you can just grab this code and insert it into your application, no understanding is required. When you have some time (ya, right), you may want to review the source code....

Xml        
Total Hits: 66  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Xml control can be used to write out an XML document or the results of an XSL Transform. The DocumentSource specifies the XML document to use. This document will be written directly to the output stream unless TransformSource is also specified. TransformSource must be a valid XSL Transform document and will be used to transform the XML document before its contents are written to the output stream. The sample illustrates using a simple Xml control....

ListItem Control Background Formatting for DropDownList        
Total Hits: 179  |  Today: 0 Author: Roy Oliver       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you have found this article then it means that you could not get the background style of a ListItem control to work properly with such web controls as a DropDownList. Yes, it's supposed to work because the ListItem control does contain an Attribute collection, but for some reason, none of the styles nor the supplied attributes will work. Well, a more tedious solution can be found here: List Control Items and Attributes by Scott Mitchell. My solution, however, works just as well with one (know...


1  2  Next >> 

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net