Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selectable Grid

Status
Not open for further replies.

Swi

Programmer
Feb 4, 2002
1,965
US
What is the best way to create a selectable grid on my HTML page?

Basically I want to populate it with a recordset and allow the user to select an entry and edit or delete it.

Thanks for any help.

Swi
 
A Mixture of html JS and whatever server side language you are using?

Basically add textboxes to edit the grid contents where necessary. You can then use ajax to save the changes or simply wait for a submission and update the DB with the new values.

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Web & Tech
 
Thanks. I will look into it.

Swi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top