Jump to content

roshgorg

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by roshgorg

  1. How can we parse a word document using asp.net and c#.

    The question I have is with respect to parsing a word document, say a resume, to read the contents like name and email address. For this, I have an idea, but not sure of how to implement it. Can someone help me on this?My idea is:

    -Take the first line, if there are two or more words (other than curriculum vitae)separated by a single space or using a period(.) followed by a space, it is a name.

    -Take the second line, if there are two or more words separated by a single space or using a period(.) followed by a space, it is a name.

    -Consider the last line, if there are two or more words separated by a single space or using a period(.) followed by a space, it is a name.

    -Consider the second last line, if there are two or more words separated by a single space or using a period(.) followed by a space, it is a name.

     

    I know how to read tellno and email using patters, but, I dont know how to implement finding out the name. Is there any idea ?

    • Like 1
  2. I'm new to asp.net. Out of curiosity, I am doing my final year project in asp.net. I have read many tutorials, but none of them explains how to create a website, which requires a header, a footer and a content section. How do we create a website using asp.net and C#. Is it by using html, just like we do in JSP ?

     

×
×
  • Create New...