Name the control which can be used to reserve the space on
web page for storing localized data.
Answer Posted / find_kk
<asp:localize .........runat=server> your localize text
here </asp:localize>, this is new control in ASP.NET 2.0
called localize control, in fact it is literal control and
can hold some static values.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you use a custom controls in ASP.NET application?
What are the layouts of ASP.NET Pages?
How to find out what version of asp.net I am using on my machine?
in which protocol ASP.NET WEB API Work?
What’s the difference between response .redirect and server.transfer?
What is the difference between ldap and active directory?
What is a 401 redirect?
What is Bundling and Minification in MVC?
Describe the difference between inline and code behind - which is best in a?
What are Master Pages in ASP.NET? or What is a Master Page?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain Features in ASP.NET
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between system.stringbuilder and system.string