I have a command field in a GridView that is of ButtonType link. The markup that is produced is similar to;
<a href="javascript:__doPostBack('ctl00$GridView','Edit$0')">Edit</a>
<a href="javascript:__doPostBack('ctl00$GridView','Delete$0')">Delete</a>
How do I get rid of the it is causing problems with my styles.
use template field instead of command field;