Click here to Skip to main content
15,912,578 members

Comments by Mohammed Rafsanjany Chembra (Top 1 by date)

Mohammed Rafsanjany Chembra 6-Jan-14 22:52pm View    
Thank you for your response
it doesn't work for me. I had given a company id manually also as
Session["CompanyID"] = "42"

and this radcombobox is inside the radgrid form template

RadComboBox _company = (RadComboBox)_EditForm.FindControl("cmb_company");
Session["CompanyID"] = _company.SelectedValue;


it doesn't work for me. When session value changes the sqldatasource is binding the data to radcombobox. when i remove the it works fine