tags:

views:

18

answers:

1

i want to create a dynamic table in MS word using C#. when i submit my form ,a table (in word)should be created and this table should be fill with value.

Thanks in advance

+2  A: 

Here's msdn tutorial on how to solve your problem: Walkthrough: Creating a Table in Word

tchrikch