How to bind data to a list control:
List control class is avaliaable in System.Web.UI.WebControls. It servers as the abstract base class that defines the properties, methods, and events common for all list-type controls.Syntax in ASP.Net: <asp:ListControl />
Sample Example to bind List control data from a Stored Procedure:
Sample.aspx page:

No comments:
Post a Comment