What's the Difference between an asp:Literal control and an asp:Localize control?
-
What's the Difference between an asp:Literal control and an asp:Localize control? I fail to see any difference either on the Designer, Page or Html Source :confused::confused: So what's the difference? What's the added value for localization?
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib
-
What's the Difference between an asp:Literal control and an asp:Localize control? I fail to see any difference either on the Designer, Page or Html Source :confused::confused: So what's the difference? What's the added value for localization?
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib
The Localize control is identical to the Literal Web server control and its inherited from Literal control. For a literal control, We can set the property either at design time or programaticaly.But for localize control, we can set only at runtime. with regards, lavanya