Hi
Can any one tell me how to use Localize and Substitution Control in asp.net and where these used and when...?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Apr 3, 2012, 2:31 PM
Localize Control is used to create a Localize object in an ASP.NET .aspx web page.
Substitution control specifies a section on an output-cached Web page that is exempt from caching. Use the Substitution control to specify a section on an output-cached Web page where you want dynamic content substituted for the control.
Please refer the below links
http://msdn.microsoft.com/en-us/library/cc294998.aspx
http://msdn.microsoft.com/en-us/library/ms228212.aspx
http://www.aspnetbook.com/tips/aspnet-localize-control.php
http://www.aspxcode.net/how-to-using-standard-asp-net.aspx?Controls=Substitution
Thanks