Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I would like to create a table(row, columns) to show some information. This information must be editable(editable column).

As I'm new to programming, can you guys guide me on how to do this.Which class will be suitable to use?

Thanks,
Skunkhead :)
Posted
Comments
Karwa_Vivek 19-May-11 0:50am    
hi skunkhead
Are You Using Win-Form Application for Your
Development.
Or you you want it to be done in your Database
Please Clarify.. me this .
I think if you are using Form Application
I can help you around
Thanks
skunkhead 19-May-11 4:12am    
Hi Karwavivek,
yes i want to generate it in Windows Form..I have started working around using the DataGrid but it looks cluttered:
1)I don't know how to name the rowheaders(it has couple of rows).
2)How to change the rowheadercolor.
3)Each column have "null" as default value.

It will be helpfull if you can advice me on this, you have any other better ideas

Thanks :)

1 solution

There is no one particular class for this. You will need many pieces of knowledge. DDL to create the database table, DML to create the queries. The language of your choice, the type of application (Web or Windows), the control(s) to be used. The data access method. The business logic. etc, etc. You see it is just not as simple as saying "I would like to create a table(row, columns) to show some information."
 
Share this answer
 
Comments
skunkhead 18-May-11 22:24pm    
i know that its not simple, THAT IS THE REASON WHY IM POSTING THIS QUESTION.
skunkhead 18-May-11 22:25pm    
anyway thanks for your suggestion. :)
[no name] 18-May-11 22:51pm    
Watch the tone. Just because you don't understand it is not a simple question with a simple answer is no reason to start yelling. You will find it difficult to get any answers here if this is the way you react
skunkhead 19-May-11 4:07am    
yes, i admit that..i'm sorry that i raise my tone...
BUT I really don't understand what do you mean by "You see it is just not as simple as saying "I would like to create a table(row, columns) to show some information"

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