I have a menu where I am setting the selected value dynamically.
Will I have better performance doing setting the value on a DataBound event or iterating over the menu in the PreRender event?
Would the performance characteristics be generalizable to all data bound controls (i.e. would it be different for a menu versus a gridview)?
Feel free to tell me why you would do this one way over the other, besides for performance reasons.