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

Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


How is a session stored and maintained in asp.net?

0 Answers  


What Name space does the web page belon in the .net framework class hierarchy?

1 Answers   L&T, Wipro,


Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  






Where we create sessions for Banking Applications and how to create? expalin with code?

1 Answers   Wipro,


How does the service stream content?

0 Answers  


What is bson in web api?

0 Answers  


what is difference between .net 3.0 and 3.5

3 Answers  


can I use session variable in App_code Class page??

3 Answers   Wipro,


Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE

2 Answers  


How can we access static variable?

0 Answers  


Categories