Latest Answer: Adding referece in solution exploere comes with adding of like assemlie to the application. Means of adding private assemblies to the application. Where as adding refernce using denotes that these DDL's are to be laoded into the memory while running this ...
Latest Answer: The Delete method performs only a logical deletion by marking the row as Deleted. Hence when the Dataset batch update is done the row is removed from the datasource.The Remove method, instead, physically removes the row from the Rows collection. As a ...
Latest Answer: SharePoint Portal Server is used to build intranet portals and share documents. ...
Latest Answer: Autopostback - Property of the controlIsPostback - Property of the Page classAutopostback - get and set property to control postback on changes made for control.for e.g.this.ListBox1.AutoPostBack = true; whenever user will select item, the page will ...
Latest Answer: 1st difference: there is no inbuit IIS in .Net 1.1 where as in .Net 2.0 there is inbuilt IIS2 thing is: if there r 10 files and if v modify any 1 file we hav 2 rebulit all 10 files, but in .NET 2.0 one particular file that which ...
What are the series of events that take place or the life cycle of page that takes place when a Master page and content page are involved ?
Latest Answer: The KeyFilter property is a new property that was added to control. Handling the KeyDown /KeyUp / KeyPress generates a callback on every key down which can be a great overhead if all you want is to handle a specific key down. That is way the new KeyFilter ...
Latest Answer: ASP.NET provides In-Process and Out-of-Process state management. In-Process stores the session in memory on the web server. This requires the a "sticky-server" (or no load-balancing) so that the user is always reconnected to the ...
AlternatingItemTemplate
Latest Answer: You can provide an alternating color scheme in Repeater control using AlternateItemTemplate, In Repeater control you cant edit the data, it's read only. ...
Latest Answer: Using Globalization feature of ASP.Net ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top