Latest Answer: State management is management of state about the client(s) at server in ASP.NetState management can use any of the following to maintain the state1. Cookies2. Views (or viewstate)3. Sessions4. Applications5. Databases (in Shared environment)6. Hidden ...
Latest Answer: Caching is the process of frequently used data on the server to fulfill subsequnt request. Types1. output caching2. page caching (user control) ...
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: 3 Tier architecture means you are using 3 layers 1. Application layer ( UI)2. Business Logic Layer (Class Files)3. Data Layer ...
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: Following are the differences
1. The external style sheet resides in a separate .CSS file that can be accessed from within any web-form or htm(l) page with the help of the "" statement. Whereas, the inline style sheet can be written using "style=" ...
Latest Answer: There are 3 types of style sheets1. Inline2. Embeded3. External ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top