Show Gridview when there is no data in client side.?

Naveenhcl
Posted by Naveenhcl under ASP.NET category on | Points: 40 | Views : 954
In my previous Code section, I did the same in server side. Now, I perform the same task in client side.

<asp:GridView runat="server" ID="gvFinancial" AutoGenerateColumns="False" Width="100%" ShowHeaderWhenEmpty="true" EmptyDataText="No Records Found" >
<Columns>

</Columns>
</asp:GridView>

Comments or Responses

Login to post response