Latest Answer: Adding reference in solution explorer is used to add the DLL for that project for reference only. If you want to utilize that DLL methods/functions in our aspx.cs/.cs file etc you must write using that nameclass library name in file. ...
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: Session Management can be achieved in two ways1)InProc2)OutProcOutProc is again two types1)State Server2)SQL ServerInProcAdv.:1) Faster as session resides in the same process as the application2) No need to serialize the data DisAdv.:1) Will degrade 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. ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top