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 would ASP and ASP.NET applications run at the same time on the same server?
Explain the difference between inline and code behind - which is best in?
Explain About WebService
What is the difference between session.abandon() vs clear()?
Where is the session stored?
What is state management techniques in asp.net?
What is http post and http get?
What are the two properties that are common on every validation control?
Explain the use of resource manager class in .net.
What is true about application service provider?
Why cyclomatic complexity is important?
How may clustered index we can create in table?
What is syntax code to send email from an asp.net application?
How to implement form based authentication in asp.net application?
Define transparent caching with aop?