IsPostBack
Hi,
I have an EditCommandColumn in datagrid which will redirect the information to another page for modification. The datagrid is populated during Page_Load event. After I have filtered the selection on the datagrid and click the Edit link, the record that I get is the first one due to the binding at Page_Load. I try to use IsPostBack but the Edit event is not triggered. Any ideas?
Thank you.
cheers,
|