What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is the first name space in .netF/W heirarchy
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 Answers Friedkin, ISH, Syntax, Syntax Softtech,
What is the difference between pathparam and queryparam?
Using shadow variable is good or bad for application?
What is the lifespan for items stored in ViewState?
What is the purpose of App_Code folder in ASP.NET? Why we this?
0 Answers Sans Pareil IT Services,
How to use ipostback?
we can able to display a MessageBox in asp .net without using any script langages?
What are the difference between function and stored procedure in .net programming language?
Why do we need master page in asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How do we get only edited/deleted/inserted records from a Dataset?