Latest Answer: When a browser initially calls up an ASP.NET page, IIS recognizes that this is a ASPX file request, and lets the ASP.NET module (aspnet_isapi.dll) deal with it. The aspnet_isapi.dll places the Aspx file we request into a new class definition. This new ...
Latest Answer: Interface : Much more useful in composition (Delegation approach of programming)Objects are accessed solely through their interfaces.:Abstract Classes: Basically used as base class. for instance business entity base class. ...
Latest Answer: component product of Windows Server System is effective on its own, as individual components and as part of an integrated system. To provide a framework for Windows Server System product improvement, Starting with the infrastructure server ...
System.Web.UI.Ipostback event handler interface to raise event responses on the server to postback calls from the client. This can be a bit tricky, and I would recommend thoroughly examining what you might
Latest Answer: Only Anishcp is correct. Before answering any question, please do read the question carefully as the question is about "IPostback" not "IsPostback". Find more at System.Web.UI.Ipostback event handler interface. ...
How to create a DB connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed.if question not clear,let me know.reply to my e mail id.
Global Assembly cache.
Latest Answer: A machine-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer. Applications deployed in the global assembly cache must have a strong name. ...
What is diff. between abstract class and an interface? * What is shadowing? * Diff between Overriding and overloading
Latest Answer: after compiling the .net application dll file of that perticular application will be generated , then CLR will execute this dll file to get output ...
Latest Answer: Dataset can represent an entire database in memory with full of tables,views and relations.Dataset is bulk loaded rather than loaded on demand.Dataset is designed to work without a continuing connection to the original datasource.There is no concept of ...
Latest Answer: CLR = Common Language Runtime. The CLR is a set of standard resources that (in theory) any .NET program can take advantage of, regardless of programming language. CTS = Common Type System. This is the range of types that the .NET runtime understands, ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top