تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Bulleted list in asp.net Part 28 ضمن كورس ASP.net شرح قناة kudvenkat، الفديو رقم 28 مجانى معتمد اونلاين
Text version of the video
http://csharp-video-tutorials.blogspot.com/2012/11/bulleted-list-in-aspnet-part-28.html
Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation1
Slides
http://csharp-video-tutorials.blogspot.com/2013/08/part-28-aspnet-bulletedlist.html
All ASP .NET Text Articles
http://csharp-video-tutorials.blogspot.com/p/free-aspnet-video-tutorial.html
All ASP .NET Slides
http://csharp-video-tutorials.blogspot.com/p/aspnet-slides.html
All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenkat/playlists?view1&sortdd
All Dot Net and SQL Server Tutorials in Arabic
https://www.youtube.com/c/KudvenkatArabic/playlists
In this video session we will learn about asp.net bulletedList control
In ASP.NET there are several list controls, like
1. DropDownList
2. CheckBoxList
3. RadioButtonList
4. ListBox
5. BulletedList
Just like every other list control
1. BulletedList is also a collection of ListItem objects
2. Items can be added to the BulletedList in the HTML or in the code behind file
3. BulletedList like any other list control supports data binding. For example, BulletedList can be bound to a database table or an xml file
Properties:
1. BulletStyle
2. FirstBulletNumber
3. DisplayMode - Text, HyperLink or LinkButton. The default is Text
4. Traget -- Used when DisplayMode is HyperLink