Может ли кто-нибудь объяснить мне этот код
Label l1 = (Label)GridView1.Rows[0].FindControl("Label1"); RadioButtonList rbl = (RadioButtonList)GridView1.Rows[0].FindControl("RadioButtonList1"); ((Dictionary<Int32, string>)Session["res"])[Int32.Parse(l1.Text.TrimEnd('.'))] = rbl.SelectedValue;...