33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
Answers were Sorted based on User's Feedback
how to create textboxes dynamically and insert textbox text into sql database
What is the significance of finalize method in .net?
How can u handle Un Managed Code Exceptions in ASP.Net?
Explain the use of duration attribute of @outputcache page directive.
what is asp and asp.net ?
2 Answers Inspira Technologies,
Which namespace do the classes, allowing you to support COM functionality, are located?
How you can return View from ASP.NET Web API method?
What is a runtime version?
How do we access view state value of this page in the next page?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What are the three parts of an http response?