Edit Button

G

Guest

Hi,

I have GridView. I set AutoGenerateEditButton="True" . When I click this
button it puts some fields in edit mode. But I want to add button field in
grid View and When I click on that Edit Button It just make other columns in
Edit Mode. Because i don't want After clicking the Edit button to be change
to Update or Cancel.
 
T

Teemu Keiski

Have a standard Button on TemplateField or just use ButtonField, but put the
Button have CommandName="Edit".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top