Divya123 0 Newbie Poster

Hiii,I have got a textfile which has data like

ewline2008-04-04 09:23:28,666ate [6072hread] SRRS.Enrollments.CompleteNewPaymentProcess(:0)evel SRRS.Enrollments.CompleteNewPaymentProcess(:0)ogger [DEBUGroperty{NDC}] - Course Fee : 0

ewline2008-04-04 09:23:28,666ate [6072hread] SRRS.Enrollments.CompleteNewPaymentProcess(:0)evel SRRS.Enrollments.CompleteNewPaymentProcess(:0)ogger [DEBUGroperty{NDC}] - Generating invoice for default case..

ewline2008-04-04 09:23:29,119ate [6072hread] SRRS.Enrollments.CompleteNewPaymentProcess(:0)evel SRRS.Enrollments.CompleteNewPaymentProcess(:0)ogger [DEBUGroperty{NDC}] - Inserting charges for default case..

ewline2008-04-04 09:31:48,516ate [6072hread] SRRS.Global.Application_Error(:0)evel SRRS.Global.Application_Error(:0)ogger [ERRORroperty{NDC}] - Error Page name: /SRRS/Transaction/CourseEnrollmentReceipt.aspx<BR>LoginID: <BR>UserName: <BR>Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; HbTools 4.8.4; InfoPath.1)

ewlineException: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: SRRS
at SRRS.CourseEnrollmentReceipt.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()

i need to make this content as two columns date and exception
till ate it is one column and next comes under other but in one row the content has got no date (last row) so in that case i need to get till newlineexception in one column and the remaining in other...

plz help me regarding this