Skip to content
Yogendra Tamang edited this page Apr 11, 2017 · 3 revisions

Welcome to the AutoCompleteWithXML wiki!

Introduction

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.

Organization

Home->Index

Index Action has a textbox. This textbox has feature of suggestion.

Home->ShowStudents

This action reads list of students from XML file(Resources/TestData.xml). This page implements Datatable

Home->NewStudent

This action allows you to create new student and saves in Resources/TestData.xml

Home->PostListOfStudents

You can post list of students from this Action.

Home->ToDoTask

This Action returns Two views: Create View and Partial List View(ShowTodoTasks).

DAL.cs

This is business logic class. Methods for saving and reading to/from XML file are defined here.