S selen Jan 28, 2004 #1 if any one have any sample or document which can help me to parse word document to store in sqlserver database in c# aspnet
if any one have any sample or document which can help me to parse word document to store in sqlserver database in c# aspnet
H Hermit Dave Jan 28, 2004 #2 i normally convert the any file in to byte array and store it into the database along with its content type here's an example of how you can achieve that upload http://www.superdotnet.com/Article.aspx?ArticleID=81 download http://www.superdotnet.com/Article.aspx?ArticleID=83
i normally convert the any file in to byte array and store it into the database along with its content type here's an example of how you can achieve that upload http://www.superdotnet.com/Article.aspx?ArticleID=81 download http://www.superdotnet.com/Article.aspx?ArticleID=83