hrabia Posted December 2, 2004 Posted December 2, 2004 I've a combobox to change language on my page. Because of page lifetime, I have to set all my labels, texts etc. from ResourceManager in prerender handler to be sure that culture change has been done. I can't set HeaderText property of DataGridColumn in prerender because it is evaluated during data binding. I don't want to call DataBind() in OnPreRender also... Any ideas? BTW. I can walk through Controls collection, but it's very poor, hard coded solution (and problematic when we have some sortable and not sortable columns). Quote A man and a dog have an average of three legs. Beaware of Statistics.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.