We can not edit data in the repeater control in .net 1.0, Anyway The Repeater has been replaced by the ListView, which offers the same flexibilitybut includes features such as selection, sorting, and editing.
ORELSE - Either of the two expressions is true. If the first expression is True, the second is not evaluated. - ex. are from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html...
The ASP.NET Page Life Cycle1. Object Initialization 2. Load Viewstate Data 3. LoadPostData Processes Postback Data 4. Object Load 5. Raise PostBack Change Events 6. Process Client-Side PostBack Event 7. Prerender the Objects 8. ViewState Saved 9. Render To HTML 10. Disposal
The Dataset is an core of disconnected architecture.Disconnected architecture means once you have retriveed the data from the database the connect of the datasource is dropped.The disconnected data b...
gayathri
Mar 14th, 2006
Data Reader - Forward only where as Dataset - Can loop through datasData Reader - Connected Recordset where as DataSet - Disconnected RecordsetData Reader - Less Memory Occupying where as DataSet - It...
hey guys and gals..plz have a look hereCollections Description Errors Contains all stored Error objects, all of which pertain to a single operation involving ADO. Fields Contains all stored Field obje...