Hi,
I have a FormView control which uses the DataSource control for binding. It has the Item Template and therefore automatically displays the New, Edit , Delete buttons which then pick the appropriate queries from the DataSource control queries.
If i had to do the mapping of the New, Edit and Delete buttons of the FormView control from the code behind, what is the approach ?
Thanks.