Link to home
Start Free TrialLog in
Avatar of jknj72
jknj72

asked on

Trying to build web form

I am trying to build a form in ASP.NET(VB code) that has 0-9 in the header of the columns and try to create some kind of row header from 0-9. (Please see the attached pic of what I am trying to create)And when a user clicks into one of the boxes it would pass me the values that I have in the grid already.  Can someone please help me with this.
C--Users-VCISJMK-Desktop-Matrix.jpg
Avatar of plusone3055
plusone3055
Flag of United States of America image

This is fairly simple and can be done in 3 steps
1. create a HTML table and name the columns appropriately
2. make your values txt values or labels
3. do a Javascript onclick  to pass the variable assigned to that txt/lbl value

When you say  "pass me the values "  Please elaborate.. do you want a popup message displaying the value ?? What exactly are you doing with the values...
Avatar of jknj72
jknj72

ASKER

I am not real good with html thats why Im trying to get some help on this. When I say pass the values I mean that I need to know which cell is being clicked so I would need to know which column, row was clicked. Thats why I put the values in the cells of what I would want to see. If I could somehow use a grid I know I can capture what cell is being clicked but I just dont know how to set up the grid how I need it to look. Any thoughts?
okay I can help whip something up for you.. I have a meeting this afternoon but I can write something up this evening and post it here
Avatar of jknj72

ASKER

Thanks alot plusone, I would really appreciate your help
i didn't forget about you.. give me about 30-40 min and I'll have the shell of this built
ASKER CERTIFIED SOLUTION
Avatar of plusone3055
plusone3055
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jknj72

ASKER

this looks like exactly what I need.  Thanks plusone this helps me out big time....
Avatar of jknj72

ASKER

great job bud...
your welcome.. sorry it took so long