|
Prev: Determine Which version of .NET Framework Is Being Used
Next: Can we write custom function to filter rows from DataTable
From: maz77 on 4 Jul 2008 03:36 I've made my Masterpage with a Header, a LeftBar and a Content but only the Content is a COntentPlaceHolder; I've changed the language of all controls in Content overriding "InizializeCulture()" method. Now I'd like to make the same with Header and Leftbar, but I really don't know how... cause MasterPage extends Control (not Page) and it hasn't any InizializeCulture() to override... Thanks. MAX |