
This VIDEO TUTORIAL will further customize and examine the display of Product information by the DataList control on the Basics.aspx web page our project. This is accomplished by adding a DataList.skin file to the App_Themes folder of the project. In the skin file, various style properties such as ItemStyle, AlternatingItemStyle, HeaderStyle, FooterStyle, SelecteItemStyle properties are initialized with various style sheet classes of Data Tutorial project that are specified in Style.css file. As demonstrated in the previous tutorials for customizing the GridView controls with GridView.skin files, the DataList control will exhibit a consistent look and feel whenever they are added to any pages in our project based on the newly added DataList.skin file. Finally, an examination of run time display of Basics.aspx page will conclude this step of the video. For detailed information and source code for this step, please refer to the original article.