Divya R

Divya R

  • NA
  • 143
  • 14.4k

select the row from Gridview and edit another page.

Apr 4 2016 1:44 AM
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.? 

Answers (2)