Hi may I know how to reset radiobuttonlist selection and a textbox in a updatePanel after submit?
In the Button Event Clear the TextBox like this
[CNP]
txtName.Text = string.Empty;
and for RadioButtonList you can do like this
myrbList.SelectedIndex = -1
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.