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??
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
2010-06-16 11:54:12