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 to implement form based authentication in asp.net application?
What is the difference between mechine.config and web.config?
What is application state?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can action method static?
What are the asp.net list controls and difference between them?
How is my content secured from unauthorized access?
Which method do you use to enforce garbage collection in .net?
How to rename a table using sql queries?
Explain the features that make asp.net more used framework? : asp.net mvc
What are the two types of web pages?
Where is http session stored?
Describe the disadvantage of cookies.
How to bind all the binding controls in a page at once in ASP.NET?
What is ispostback property?