Name the control which can be used to reserve the space on
web page for storing localized data.

Answers were Sorted based on User's Feedback



Name the control which can be used to reserve the space on web page for storing localized data. ..

Answer / raghvendr singh

I think you should use <asp:HiddenField /> control to store
any value on the web page

Is This Answer Correct ?    4 Yes 0 No

Name the control which can be used to reserve the space on web page for storing localized data. ..

Answer / 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

Name the control which can be used to reserve the space on web page for storing localized data. ..

Answer / progguru

viewstate control

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?

1 Answers  


How can I have a particular web page in an asp.net application which displays its own error page?

1 Answers  


How Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )

2 Answers   Cap Gemini,


Difference between connected architecture and Dissconnected architecture?

2 Answers  


Which two properties are there on every validation control?

2 Answers  


What is form submit?

1 Answers  


How do you hide the columns?

1 Answers  


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  


Explain authorization levels in .net ?

1 Answers  


How would one do a deep copy in .NET?

6 Answers   TCS,


Explain autherization levels in .net ?

2 Answers  


Categories