tags:

views:

49

answers:

1

Hi I am very new to both django and python... I have a html table with person information in each row...How do i get a particular row entry/id of the one i need to edit/delete to accordingly update/delete the row in database??

A: 

You use a formset for that.

Lakshman Prasad
does formset work like datagrid/gridview... I get rseultset by querying the database table... And i wish to display it in some grid like view where i can update or delete any particular row.... I think using normal html table i cant get the particular row details... I wish to use something like datagrid/gridview...
apoorva