|
|
Creating a Custom .NET Web Control With Events |
|
|
Seth Juarez |
|
|
ASP.NET / Component & Controls |
|
|
Click to Visit |
|
|
10021 |
It is an article in which the author discusses about creating a dropdownlist web control and defining event handler for the SelectedIndexChanged event of the control. In this article the author explains the step-by-step process of inserting a dropdown list control on the ASP.NET page, displaying the data of the database in the dropdownlist control using the ADO.NET objects, and writing the event handler for the SelectedIndexChanged event which shows the selected item in the label controls when the user selects an item in the dropdown list box control with sample code and screen shots.
|