Hello,
I have logs stored in a txt file in the following format
======8/4/2010 10:20:45 AM=========================================
Processing Donation
======8/4/2010 10:21:42A M=========================================
Sending information to server
======8/4/2010 10:21:43 AM=========================================
I need to parse these lines into a list where the information betweeen "====" lines is counted as one record to display on web page using paging in ASP.NET MVC.
Example the first record entry would be
======8/4/2010 10:20:45 AM=================================================
Processing Donation
I had no luck so far. I was hoping if some one could help me with it.
Thanks in advance.