I have a word file for converting to HTML file.Word file will include some headings.Corresponding to the headings there is also the description for the headings.The all headings will be placed in the top of the document as numbered-1,2,3,.etc.The number of headins may changed.I want to convert the headings to the links ,and when i click the link i want to focus to the description. Example for word documnt:
1.heading1
2.Heading2
1.heading1
Description
2.heading2
Description
i want to convert the first two lines to link and when i click the link i want to focus to the corresponding description. How can i work out this idea in .net(asp.net with vb or in VB .net) through code or else.. Any one knows plz help me.. Thank you.