-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yogendra Tamang edited this page Apr 11, 2017
·
3 revisions
This is my initiative project to create CRUD functionality over XML file. You can find different modules that may be helpful for your next project.
Index Action has a textbox. This textbox has feature of suggestion.
This action reads list of students from XML file(Resources/TestData.xml). This page implements Datatable
This action allows you to create new student and saves in Resources/TestData.xml
You can post list of students from this Action.
This Action returns Two views: Create View and Partial List View(ShowTodoTasks).
This is business logic class. Methods for saving and reading to/from XML file are defined here.