Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Ok now I know how to automate a word document with book marks. Now in my program I am using a DataGridView just for n easy way for the user add unlimited amount of data. Now I dont see any other reason for them to go more then 20 rows but I am the one that likes to live without limit. What is a good resource to find how to automate the datagrid to my word template also I will have only certain coulumns appear not all the ones that exist.
Posted
Comments
Kenneth Haugland 20-Aug-12 18:54pm    
Dont get your problem... What do you want to do and could be see some code?
icecode 21-Aug-12 2:24am    
I believe I have figured out what to do. I think the data grid is ending up to be more of a spread sheet type function that I am trying to avoid. It is hard to understand what I am trying due the nature of my businees. Thank you for your help.

1 solution

you can't bind a control to *anything* and not show all data, your best bet is to filter the data before you bind. Your question makes very little sense, you should consider posting some code to help us understand you
 
Share this answer
 
Comments
icecode 21-Aug-12 2:23am    
I believe I have figured out what to do. I think the data grid is ending up to be more of a spread sheet type function that I am trying to avoid. It is hard to understand what I am trying due the nature of my businees. Thank you for your help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900