Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created a datagridview in a WindowsFormsApp. I have those columns(x1,x2...x7)

And i want the program create a new column (x8) when user write something to column (x7).(And when user write sth to column(x8), program creates (x9)...and so on)

How can i do that?

Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 4-Feb-13 4:18am    
How about reading the documentation?
—SA
Hslldm 4-Feb-13 4:39am    
I couldn't find, can you give the link?
Thanks
CHill60 4-Feb-13 4:54am    
Try googling the following words "visual studio 2012 documentation"
Sergey Alexandrovich Kryukov 4-Feb-13 10:37am    
Google for exact type name. What you are looking for will be on top of search results; :doh:.
—SA
Hslldm 4-Feb-13 11:14am    
I looked but, all i found is a code which add the column in the end of DataTable.

I want the colmuns be added after 3.column. How can i do that?

Thanks

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