Posted on: 3/14/2014 9:08:17 PM | Views : 378

<asp:UpdatePanel ID="updatePanel1" runat="server" UpdateMode="Conditional"> <asp:RadioButtonList ID="rblState" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"> <asp:ListItem Value="AL">Alabama</asp:ListItem> <asp:ListItem Value="AK">Alaska</asp:ListItem> </asp:RadioButtonList> <asp:gridview runat="server" id="Gridview1" AutoGenerateColumns="true" Width="100%" AllowPaging="false" AllowSorting="true" bordercolor="white" CellPadding="1" CellSpacing="0" > <headerstyle font-bold="false" font-size="10pt" forecolor="black" backcolor="white" /> <rowstyle forecolor="black" font-size=& ...

Go to the complete details ...