Create typed dataset based on the scheme infered from this file
(the same as in the task no 1)
use XSD.exe to infer scheme from XML file
edit obtained scheme
remove table's columns referenced to the *_app1.xsd or *_app2.xsd file
change dataset type name to RssDS
use XSD.exe tool to create dataset class
include created dataset type into project
Create ASP.NET application to view RSS news
Functionality:
DropDownList (combobox) with all RSS channels read from the file
changing the selected item should refresh the page and the content of all
other controls
GridView with all items from currently selected channel
only two data columns are visible in the data grid - title and link
the 3rd column contains links to allow to select a row; after selecting the
row the content of the ListBox is refreshed and the link to the target
document situated above the grid view is updated
HyperLink linking to the target document (selected in the grid view)
ListBox with all categories the item selected in the grid view belongs to