Free ASP Tutorials
Creating Custom Objects in ASP.NET 4.0 with C#
In this tutorial, we will be creating our own class that will represent a Person object, which we will store in a database. Within this class, we will create custom properties and methods to interact with that object. We will also show you how to use a collection class to group together these objects and handle them with ease.
Category: ASP | View Tutorial
Views: 8
Updating an UpdatePanel Programmatically in ASP.NET 4.0 and VB
Using AJAX in ASP.NET, we are able to programmatically force an UpdatePanel to Update – we do not have to rely solely on triggers. Similarly, we are able to stop an UpdatePanel from updating if certain criteria are not met.
Category: ASP | View Tutorial
Views: 9

