SqlNetFramework screenshots

GUI SqlEditor application

To create your SQL statements you can use the GUI SqlEditor application. The SqlEditor application allows you create the SQL text and its parameters, if any. Once you have finished your SQL statement you can run it to test it.

GUI SqlEditor application used by the SqlNetFramework to create SQL statements.

SqlStoreDataSource ASP.NET data source control

The SqlStoreDataSourceControl data source control represents data in a SQL relational database to data-bound controls (e.g. DataGrid, GridView, DataList, Repeater, DetailsView, FormView)

SqlStoreDataSource ASP.NET data source control included in the SqlNetFramework. SqlStoreDataSource control is an alternative for the SqlDataSource control.