تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Part 160 Binding asp net treeview control to an xml file using xmldatasource control ضمن كورس ASP.net شرح قناة kudvenkat، الفديو رقم 160 مجانى معتمد اونلاين
Text version of the video
http://csharp-video-tutorials.blogspot.com/2013/10/part-160-binding-aspnet-treeview.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/2014/10/binding-aspnet-treeview-control-to-xml.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
ASP.NET Playlist
https://www.youtube.com/playlist?listPL4cyC4G0M1RQcB4IYS_zwkyBwMyx5AnDM
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, we will discuss binding asp.net TreeView control to an xml file using xmldatasource control. This is continuation to Part 159, so please watch Part 159 before proceeding.
1. Add an XML file and name it TreeViewData.xml.
2. Drag and drop an XmlDataSource control on the webform. Set XPath and DataFile attributes. DataFile attribute should point to the XML file that we added in step 1.
3. Drag and drop a TreeView control and set DataSourceID attribute to the xmldatasource control we created in step 2. Also, set DataBindings.