Web development
Website development
- HTML
- CSS
- ASP.Net
- C#
- VB.Net
- SQL Server
- N2CMS
- Joomla
- Javascript
Some example web form development using .Net and SQL.
1. ASP.Net program called Taxis
This C# program presents data on an ASP.Net form, getting the data from a SQL server table using a data reader loading it into a GridView control.
2. ASP.Net program called Song keys
This C# program presents data on an ASP.Net form, getting the data from a SQL server table using a data reader loading it into a GridView control. It also uses ViewState to speed response times. It allows paging and sorting.
3. ASP.Net program called Train times
This C# program presents data on an ASP.Net form, getting the data from a SQL server table using a data reader loading it into a GridView control. It allows selection of a station and a day of departure to update the grid's data contents from the SQL table.
4. ASP.Net website as admin area for above called Normtables
This ASP.Net allows the admin to edit data in the tables used above using ASP.Net forms (one per table) with a grid view to allow a row to be edited (update) or deleted. This is a secure website, with a login page.