HI
i have try to do when i m select any option in radiobutton list that time my asp.net button is visible=true ,tell what i do?
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem >min</asp:ListItem>
<asp:ListItem>hour</asp:ListItem>
<asp:ListItem>daily</asp:ListItem>
</asp:RadioButtonList>
<asp:Button ID="Button2" runat="server" Text="Button" />
Code:
page lode
{
Button2.Visible =false
}
when i have select any option in RadioButtonList1that time for ex: i m select option min that time my Button2.Visible = true to
Thanks
sagar
Thanks
SagarP
http://www.emanonsolutions.net
http://emanonsolutions.blogspot.com/