I am designing a widows form using ASP.Net. Then I have tried to export the contents of the web page to word by converting the HTML elements into bytes and send this bytes to word. But in word It replies the web page contents with HTML properties like table property. It is happening only in word 2003 not in word 2007. How can I overcome this in word 2003? Need your help?