Posted on: 11/27/2013 2:42:25 AM | Views : 622

I have a simple Gridview with auto generated Edit and Delete Buttons.  They appear on the left side of the GridView, but I want them on the right side.  I can't find a property that seems to control this.  What am I missing.  The HTML for the Gridview and its SQLDataSource are attached.  Thank you for any ideas or suggestions.........................Phil Hoop
<asp:GridView ID="gvEmail" runat="server" DataSourceID="SqlDataSource3" AllowSorting="True" AutoGenerateColumns="False" EmptyDataText="There are no Email addresses for this message" SkinID="Standard" Width="100%" AutoGenerateDeleteButton="True" AutoGenerateEditButton="True" DataKeyNames="EmailID, Email"> <Columns> ...

Go to the complete details ...