My question is: Once I have the data posted back to the browser (in a HTML table) how do I grab the primary key of the table so I can perform the UPDATE SQL?
Obviously I do not want to display this returned field in a textbox so the user can adjust it (which would cause the UPDATE not to function correctly).
Some example code would be appreciated.
Thanks!