wits end im hoping to find solution from you guys.

i have a gridview with a few columns, 2 textbox templatefield,1 button template and bound to sqldatasource .

the button template will call the procedure insert_item with parameter (itemid, rcvd_qty, rate).

how can i hook up the insert_item(x,y,z) to the gridview button?

design sample