hi ,how can i read data from text file into grid view using dataset.the data in the text file is seperated by delimiter (;;).after reading the data from text file into grid view.i need to search weather given id is in the text file data or not.if the particular id is present then i need to display complete data by the particular id.then i should be able to enter new data into the text file from front end.when the data is entered into the text file it should be seperated wid (;;) delimiter.
in this test you will use visual studio 2003 or 2005 to
create a c# web page to browse ,search and update a text file
containing basic office inventory items such as pens,paperclips,
notepads,staplers,etc.
the text file will contain rows of data items separated by
double semi colon(;;) delimiter.each record in the text file
will contain the following inventory items.
1)inventory item id.
2)item description.
3)item category.
4)inventory date(include script to validate and display alert if inventory date is greater than current date)
5)item count(number of units in inventory).
use a .Net data bound object to display and update the inventory file.Add a control
to save the data and include options to search the inventory file by description.
ID,Category and data range.