Posted on: 3/5/2014 6:13:38 PM | Views : 578

Hi,

I got an embedded gridview inside another gridview. When I click on the pagination control... '2', nothing happens...Any help is greatly apprecriated.
<asp:GridView ID="gvSearchRequest" OnRowEditing="AddNote" Font-Size="10pt" CellSpacing="0" Width="100%" GridLines="Both" BorderWidth="0" ItemType="OFAC.FOIA.BusinessEntities.NHObjects.PACKAGE_REVIEW" SelectMethod="gvSearchRequest_GetData" runat="server" UpdateMethod="gvSearchRequest_UpdateItem" OnPreRender="gvSearchRequest_PreRender" OnRowDataBound="gvSearchRequest_RowDataBound" AutoGenerateColumns="false" DataKeyNames="PACKAGE_REVIEW_UID"> <Columns> <asp:TemplateField HeaderText="Notes" > ...

Go to the complete details ...