Hi frds,
ASP.net C#
am already using below code
<asp:TemplateField>
<ItemTemplate>
<a href ='<%#"Client_Edit.aspx?cmpid="+DataBinder.Eval(Container.DataItem,"cmpid") %>'> EditData</a>
</ItemTemplate>
</asp:TemplateField>
it working!
Now my prb i want to use Image button or Button to edit the data ...?
its only support <a>
select the row from Gridview and edit another page.?