Here is the sample code to read a Word file.I think it will be useful.
ApplicationClass WordOper = new ApplicationClass();
String filePath = Server.MapPath("../Files/Book.doc");
...
Type: Posts; User: Anandbprem; Keyword(s):
Here is the sample code to read a Word file.I think it will be useful.
ApplicationClass WordOper = new ApplicationClass();
String filePath = Server.MapPath("../Files/Book.doc");
...
1. Make use of XML for all frequently used data.
2. Use as many repeater's as possible than that of Datagrid.
3. Use of javascript for most of the events that are within the controls.
4. Use of...