blah blah blah is here! blah blah » Close

0
votes
0 answers

how to parse a wz file

Ok, here's a gist of what I'm trying to figure out how to do. 1) Parse 2 separate wz files. 2) In File 1, if hideName exists in a child directory, skip over to the next parent. Gather a list of IDs (which should be the name of the paren ...

0
votes
3 answers

Parse DateTime Exact

How can i parse the below datetime as exact? [code]DateTime dt = DateTime.Parse(row.Cells[2].Value.ToString());[/code] when the above code is executed i get error: 'String was not recognized as a valid DateTime.' the format of the ...

0
votes
0 answers

Word document parsing in db using asp.net

I just got a requirement from my boss to write a code in c# which can read the resumes of the canditates from a particular location and then parse it so that name goes to the name field in the db and address goes to address dield of the tab ...

Feedback