Wednesday, July 15, 2009

What is the control which can be used to reserve the space on web page for storing localized data?


It is a Localize control. It is a Literal control and it is used when you want to display localized text in a specific area on the page.


Ex:
<asp:Localize ID="Localize1" runat="server"></asp:Localize>




www.codecollege.NET

No comments:

Post a Comment