Latest Answer: Multilingual website can be created using Globalization and Localization.Using Globalization we change the Currency, Date, Numbers, etc to Language Specific Format.To change the string which is there in the label, button, etc to language specific ...
Latest Answer: By default HTTP is a stale less protocol. It means it considers each request
as a new request. Solution for this problem is state management.
State Management is a technique used to maintain the state of between HTTP
Request and Response.
There ...
Latest Answer: Caching: It is a technique of temporary storage of page or data on ClientSide or DownStream or ServerSide.(Ofcourse storing page on serverside doesn't make any sence still .NET provide us that option.)Instead of fetching the required page from Central ...
When appDomain is unloaded assembly is automatically unloaded from the memory, that is the main advantage. This kind of architecture is used when we want to load assembly resing in seperate server dynamically.It
Latest Answer: When appDomain is unloaded assembly is automatically unloaded from the memory, that is the main advantage. This kind of architecture is used when we want to load assembly resing in seperate server dynamically. ...
my interviewer asked me to optimize q query in 2 mins... how will you do it. He wanted to test my approach .. nothing specific to any query.
Latest Answer: Reduce the size of index ...
Latest Answer: The Base Class Library (BCL), sometimes incorrectly referred to as the Framework Class Library (FCL) (which is a superset including the Microsoft.* namespaces), is a library of types available to all languages using the .NET Framework. The BCL provides ...
Latest Answer: It's ItemDataBound that occurs when we call a bind method.Please refer the following link  http: // msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid_events . aspxGood Luck!Anwar ...
Latest Answer: First of all there is a difference between 3-Tier and 3-Layer Architecture.Tier's represents the physical separation of the application. e.g.If I keep my whole application in one server and database in another server (which we generally do for security ...
Latest Answer: PostBack always return boolean value(true/false)true-page is posting subsequntly on each hit from client sidefalse-page is posting first time ...
Latest Answer: Below are the differences.1) External Style Sheet can be used in different pages. Inline Style Sheet can only be used for the page where it is written.2) Incase of modification, We have to modify in the External Style Sheet file, which will ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top