Posted on: 11/26/2013 4:24:02 AM | Views : 251

<div> Hello, i am retrieving 100 rows from database and binding in ListView to show. I have given PageSize="10" in Datapage control. so, it shows 10 by 10 in paging..
everything works fine. but i need to show 50 data on the page at a time. so, i used dropdown list to show it. but i do not know how to implement in this. i have posted my full coding. kindly help me where to apply dropdown list.
aspx page:
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<style type="text/css"> .TableCSS { border-style:none; background-color:Gray; width:600px; } .TableHeader { background-color:Blue; color:Maroon; font-size:large; font-family:Verdana; } .TableData { background-color:Black; color:Silver; font-family:Courier New; font-size:medium; font-weight:bold; ...

Go to the complete details ...