In this tutorial we will learn how to use URL rewriting to map URL’s to different, more clean values. This comes in handy when we are working with query strings, [...]
Creating the Form To demonstrate how to populate a tree view control with links, we will need to create a simple web form. To begin, create a new ASP.NET Empty [...]
Creating the Form To demonstrate how to work with the list box control, we will need to create a simple web form. For this example we will add two list [...]
In this tutorial we will learn how to use JQuery with master pages in ASP.NET 4.0. Typically when you are working with an ASP.NET page, referencing external JavaScript libraries is [...]
Adding the Default.aspx Page To demonstrate using text to speach with ASP.NET we will need to create a simple web site in which we will allow users to type in [...]
For this tutorial we will be creating a simple web page that will show the total votes for two topics in a database and allow the user to vote only [...]
Adding a Database To demonstrate how to increment a value using a simple SQL command, we will need a simple web site with a database. At this point I have [...]
Adding the Image.aspx Page Now that we have some images in our database, we are ready to display them. To do this, we will be adding two different pages. First, [...]