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.
2 6013Post New Friedkin ASP.NET Interview Questions
Discuss the sources of odour pollution?
What is sql and its types?
What is the use of shutdown command?
What features does the ansible tower provide?
What is better windows 7 upgrade or full retail version? Does the upgrade contain all the features of full version?
What is constructor and destructor?
What is the transaction code to open and close posting period?
How to notify an object in session when session is invalidated or timed-out?
When middleware becomes part of the IT environment, how critical will a robust infrastructure be?
Define a biome?
What will happen with click of browser "back" button among asynchronous requests?
What is the disadvantage of ajax?
What is getche() function?
Give a large dataset, find the median.
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....