For first time when the page loads we are unable to retrieve selected drop down value which consists of page numbers in dropdown list.Here is my dropdown list
<asp:DropDownList ID="ddlpagenubers" runat="server" AppendDataBoundItems="true"
onselectedindexchanged="ddlpagenubers_SelectedIndexChanged" AutoPostBack="true">
i did a custom paging in a datalist by placing a dropdown consisting of page number to navigate to particular pages
I think you can do something like this