Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I would like to know how to implement a coordinate grid in C# (x axis and y axis).

Take X axis as Company Name And Y Axis as Product Name.

User has to Enter the Rate according to company as well as Product Name.

if any body having the idea to implement this requirement. please help me.

Thanks in advance.


With Regards
"FAKEER"

EDIT -------------

Thanks for your reply. I need to Display in form. "visualization on the screen".
Posted
Updated 14-Feb-11 2:34am
v2
Comments
Henry Minute 14-Feb-11 9:11am    
Your requirements are unclear.

Perhaps if you edit your question to describe the problem you are trying to solve as well as how you think it ought to be done (which is what you have now), people might have a better idea of how to help you.

There are any number of ways to implement this. Are you talking about a representation in memory or a visualization on the screen? Part of being a programmer is being able to analyze a problem and formulate a solution. Sounds to me like you haven't gotten beyond the "analyze" part yet.

EDIT -----------------

You probably want to use a ListView control (assuming we're talking about a Winforms application versus an ASP.Net app).
 
Share this answer
 
v5
You might want to consider a DataGridView. See here[^] for a sample.
 
Share this answer
 

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