Do DataBinder.Eval stuff to make a setting and then fish out the setting on the C# side like this!
var checky = (ASPxCheckBox)whatever.FindControl("Whatever"); var attrib = Covert.ToInt32(checky.Attributes["MyMagicString"]);
No comments:
Post a Comment