If we remove web.config or machine.config from the application then, Is this application will works?
Latest Answer: convert textbox column into a template then it lets you change its width ...
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: Event Bubbling is nothing but events raised by child controls is handled by the parent control. Example: Suppose consider datagrid as parent control in which there are several child controls.There can be a column of link buttons right.Each ...
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 ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top