Tag: Development

Community

Working with ADO.NET Schema APIs

(Bipin Joshi) In majority of data driven applications developers deal with SQL queries that select, insert, update or delete data from the database. However, at times you need to retrieve schema information from the database. Suppose you are building applications that performs data import and export

Community

Validation in ASP.NET 2.0

(Samer Salem) With the new advanced version of ASP.NET, enhancements have been done to the use of validations. One of which is that ASP.NET validations work on most browsers other than Internet Explorer. We will show in this article the six types of validations: RequiredFieldValidator, RangeValidato

Community

Working with Datatable Rowstates

(Jim Ferguson) The ADO.NET DataTable object contains a lot of useful information that you might not be aware of. For each row in the DataTable you can determine the row’s state (is it original, new, deleted, modified etc.) and you can have access to the “before” values of modified rows as well as th