Latest Answer: ButtonColumn is used to add link to datagrid. & set the ButtonType to LinkButton ...
Latest Answer: When we set out to implement a class using inheritance, we must first start with an existing class from which we will derive our new subclass. This existing class, or base class, may be part of the .NET system class library framework, it may be part of ...
Latest Answer: In C# if you specify a get accessor but do not specify a set accessor for a property it becomes a read only property. ...
Latest Answer: The Abandon method destroys all the objects stored in a Session object and releases their resources.If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.Syntax: Session.Abandon ...
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Latest Answer: AlternatingItemTemplate Like the ItemTemplate element, but rendered for every otherrow (alternating items) in the Repeater control. You can specify a different appearancefor the AlternatingItemTemplate element by setting its style properties. ...
Latest Answer: The Pager Object tackles all the capabalities of the paging process into any ASP.NET control. ...
Latest Answer: ADO.Net dataset is a good replacement / enhancement for ADO recordsets. The advantages areXML representation and scalabilitypossibility of bringing data from multiple data sources into one dataset ...
Latest Answer: Ans:Yes,it's okHTML Control - By default, HTML elements on a Web Forms page are not available to the server; they are treated as opaque text that is passed through to the browser. However, by converting HTML elements to HTML server controls, you expose ...
Latest Answer: Advantages n disadvantages with using ViewStateViewstate has lots of advantages and as well as disadvantages, so you need to weigh carefully before making the decision to use it. As I told you early, view state doesnt require any server resources for ...
View page << Previous 9 10 11 12 [13] 14 15 16 17 Next >>

Go Top