Hi,
I am using simple radiobuttonlist with four items, I have enabled viewstate and postback but whatever option I choose it always return first value.
please help...
Thanks
ListItem item = new ListItem(starthour + " - " + stophour + ds.Tables[0].Rows[i]["LastName"].ToString(), ds.Tables[0].Rows[i]["xavid"] + "¤" + ds.Tables[0].Rows[i]["xuserid"]);
and I have RadCalendar, on which SelectedDateChanged Event I populate the radlist