How to clear selected item in radiobuttonlist in asp.net

   

 For Example If you Click Button1 RadioButton selected item clear you want  paste below coding in your aspx.cs page.......


  protected void Button1_Click(object sender, EventArgs e)
    {
          RadioButtonList1.ClearSelection();

   }

Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "How to clear selected item in radiobuttonlist in asp.net"

Post a Comment