Note that there are some explanatory texts on larger screens.

plurals
  1. POI can not edit in the gridview
    primarykey
    data
    text
    <p>I am using linq to entity i have added the gridview but it's not editing and when i debug it doesn't access the method GridView5_RowUpdating().. here it's the code of the grid view</p> <pre><code>&lt;asp:GridView ID="GridView5" runat="server" AllowSorting="True" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="CustomerId" DataSourceID="SqlDataSource3" ForeColor="#333333" GridLines="None" onrowupdating="GridView5_RowUpdating"&gt; &lt;AlternatingRowStyle BackColor="White" /&gt; &lt;Columns&gt; &lt;asp:CommandField ShowDeleteButton="True" ShowEditButton="True" /&gt; &lt;asp:BoundField DataField="CustomerId" HeaderText="CustomerId" InsertVisible="False" ReadOnly="True" SortExpression="CustomerId" /&gt; &lt;asp:BoundField DataField="FirstName" HeaderText="FirstName" SortExpression="FirstName" /&gt; &lt;asp:BoundField DataField="LastName" HeaderText="LastName" SortExpression="LastName" /&gt; &lt;asp:BoundField DataField="City" HeaderText="City" SortExpression="City" /&gt; &lt;/Columns&gt; &lt;FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" /&gt; &lt;HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" /&gt; &lt;PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" /&gt; &lt;RowStyle BackColor="#FFFBD6" ForeColor="#333333" /&gt; &lt;SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" /&gt; &lt;SortedAscendingCellStyle BackColor="#FDF5AC" /&gt; &lt;SortedAscendingHeaderStyle BackColor="#4D0000" /&gt; &lt;SortedDescendingCellStyle BackColor="#FCF6C0" /&gt; &lt;SortedDescendingHeaderStyle BackColor="#820000" /&gt; &lt;/asp:GridView&gt; </code></pre> <p>I have Required field validator when i am trying to insert manually when i removed the Required field validator can someone tell me what's happening?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload