Introduction
I had to create a
working prototype of a web project. I mocked up screens, created some
fake data in an XML File, showed it on screens. Now I wanted to work on
the data (Query xml file and present on other screens). I know that
itââ?¬â?¢s achievable through ââ?¬Å?Linqââ?¬Â. I searched for snippets online. I was
able to find some help, but had to spend a lot of time. This led me to
post this topic. Hope it would be helpful to few beginners.
Using the code
Included is rar file containing the two asp pages and xml file.
Feel free to use them. Please remove the .zip extension.
I am not going to explain anything here. Instead, I shall show you the
step by step process to create the project and you can go through the
code.
Open VS 2008; create a new Web project by selecting ASP.NET Web Site
Template. I name the project to be ââ?¬Å?LinqDemoââ?¬Â. Select the language to
be ââ?¬Å?VisualBasicââ?¬Â and .Net framework 3.5
Delete the default.aspx page. Add a new form Employee.aspx and Set it as start page. ...
Go to the complete details ...