Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
11 Points
103 Posts
May 07, 2012 09:11 AM|LINK
how can i call on page load if (listitem value 0) then
RadioButtonList button is another page and check different page
<asp:RadioButtonList ID="rlstExport" runat="server">
<asp:ListItem Selected="True" Value="0">View in Browser </asp:ListItem>
<asp:ListItem Value="1">Export Report to Excel</asp:ListItem>
<asp:ListItem Value="2">Export Report to Access</asp:ListItem>
<asp:ListItem Value="2">Export Report to CSV</asp:ListItem>
</asp:RadioButtonList>
zohaibak
Member
11 Points
103 Posts
RadioButtonList
May 07, 2012 09:11 AM|LINK
how can i call on page load if (listitem value 0) then
RadioButtonList button is another page and check different page
<asp:RadioButtonList ID="rlstExport" runat="server">
<asp:ListItem Selected="True" Value="0">View in Browser </asp:ListItem>
<asp:ListItem Value="1">Export Report to Excel</asp:ListItem>
<asp:ListItem Value="2">Export Report to Access</asp:ListItem>
<asp:ListItem Value="2">Export Report to CSV</asp:ListItem>
</asp:RadioButtonList>