problem related to RadioButtonList
-
hi to all i am using a radiobutton list ,and want to change the back ground color of the select item text. please help me some one.
rajeev kumar sharma vri software pvt. ltd. new delhi India
-
hi to all i am using a radiobutton list ,and want to change the back ground color of the select item text. please help me some one.
rajeev kumar sharma vri software pvt. ltd. new delhi India
set AutoPostBack="True" and try following code
protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
{
RadioButtonList1.SelectedItem.Attributes.Add("style","background-color:Black");
}please don't forget to vote on the post that helped you.
-
set AutoPostBack="True" and try following code
protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
{
RadioButtonList1.SelectedItem.Attributes.Add("style","background-color:Black");
}please don't forget to vote on the post that helped you.
very very thank sir
rajeev kumar sharma vri software pvt. ltd. new delhi India
-
set AutoPostBack="True" and try following code
protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
{
RadioButtonList1.SelectedItem.Attributes.Add("style","background-color:Black");
}please don't forget to vote on the post that helped you.
-
RadioButtonList.SelectedItem.Attributes.Add("style", "color:red;"); bEst rEgard pAthan
please don't forget to vote on the post that helped you.
-
RadioButtonList.SelectedItem.Attributes.Add("style", "color:red;"); bEst rEgard pAthan
please don't forget to vote on the post that helped you.
-
RadioButtonList.SelectedItem.Attributes.Add("style", "color:red;"); bEst rEgard pAthan
please don't forget to vote on the post that helped you.