Is there a way to change the number of items instantly on the table? My code is only select the number of items first and must click the page number to apply it.
Database.aspx
<%@ Page Title="Database" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Database.aspx.cs" Inherits="IT_application_form_v4.admin.Database" %>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<br />
<table style="width: 100%;">
<tr>
<td>
Show <asp:DropDownList ID="NoOfItemsDDL" runat="server" CssClass="form-control" Width="75px" Height="46px" OnSelectedIndexChanged="NoOfItemsDDL_SelectedIndexChanged">
<asp:ListItem Value="10">& ...
Go to the complete details ...