i displayed list of records from my product table.
such as pid, pname,price,qty ,availability with a edit link for a each row...
if i click the edit link it will update availablity filed.
i dont want to enter the pid in the form. it will automatically detect the pid and update the particular record.
if i click the 1sr row edit link it will update the first row record, similary for 2nd row 2nd row/s edit link.. etc....
such as pid, pname,price,qty ,availability with a edit link for a each row...
if i click the edit link it will update availablity filed.
i dont want to enter the pid in the form. it will automatically detect the pid and update the particular record.
if i click the 1sr row edit link it will update the first row record, similary for 2nd row 2nd row/s edit link.. etc....
Comment