I would like to be able to select a row in the datagrid without having a select button. Then, when I click "Edit" button on the form, one of the values from this row should be pulled into the querystring on another page created for editing.
I understand I should somehow mimic javascript:__doPostBack for onclick event, but I am not sure how.
Thank you.
I understand I should somehow mimic javascript:__doPostBack for onclick event, but I am not sure how.
Thank you.