Hi,
Can you show us your solution? Maybe there's something on your code that triggers it.
Maybe you can have !IsPostBack inside your loading event
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
radiolist1.Items[1].Selected = true;
}
}
Eric
Failure is not the worst thing in the world. The very worst is not to try. Email Address : ericjohnadamos@gmail.com. http://ericjohnadamos.blogspot.com/
No comments:
Post a Comment