Click here to Skip to main content
15,881,803 members
Articles / Web Development / ASP.NET

Introduction to ASP.NET Dynamic Data Part - I

Rate me:
Please Sign up or sign in to vote.
3.18/5 (17 votes)
2 Oct 2008CPOL5 min read 85.2K   1.5K   52  
An article on ASP.NET Dynamic Data
<%@ Control Language="C#" CodeFile="FilterUserControl.ascx.cs" Inherits="FilterUserControl" %>

<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" EnableViewState="true" CssClass="droplist">
    <asp:ListItem Text="All" Value="" />
</asp:DropDownList>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Amit is working at Palm Beach County Florida as sr. Programmer. He has been working on .Net technologies since 4.5 years. He is mainly involved in web technologies.

Comments and Discussions