Good Morning,

I'm a bit new to ASP.NET and VB.NET .. and programming in general ..
not a proffesional yet! .. not experienced that much
that what I meant

I have to create an application in ASP.NET 2.0 to load a data file into the server
and then, Grab data that it contains into database

each data should go to a specific row,
and that data file is a bit large .. its size may reach 4 MB sometimes
and it contains a kind of 1000 records and sometimes it exceeds that number


a have written a code to read the data line by line,
displayed them in a message box ..

the problem is, how to extract each data each time !!
and each record is separated from others by pluses signs ..

the file might look like this:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ID: ED0032339 Company/DEP: fin/ name: XXXXXXXXXXXXXXX
employment date/time: 24-July-07,14:10:24 salary: 8988.00

---------------------------------------------------------------------
Emp info : XXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

---------------------------------------------------------------------

---------------------------------------------------------------------

More information:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxx x xxxxxxxxxxxxxx
xxxxxxxxxx xxxxxxxxxxxxxxxxxx

vvvvvvvvvvv
vvvvvvvvv vvvvvvvvvvvvvvv vvvvvvvvvv

2) xxxxxxxxxxxxxxx x xxxxxxxxxxxxxxxxxx xxx

3) xxxx: xxxxxxxxxxxxxxxx/xxxxxxxxxxx

---------------------------------------------------------------------

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

any Idea !?