More Advanced ASP.NET 3.5 Functions and Subroutines in ASP.NET | | | | Rating:     / 1 2010-03-18 | | | | | If you read the first part of this two-part series, you know that functions and subroutines can help make coding programs with ASP.NET 3.5 simpler in certain ways. In this article, you will be presented with a slightly more complex web application that uses functions and subroutines in ASP.NET. | | |
|
ASP.NET 3.5 Functions and Subroutines in ASP.NET | | | | Rating:     / 2 2010-03-17 | | | | | The most basic of all ASP.NET 3.5 server side scripts that I've covered using the Visual Basic programming language is not modular in nature. This means that an ASP.NET 3.5 server will interpret the scripts in the Visual Basic file (e.g Default.aspx.vb) from top to bottom. In most real-world applications that use Visual Basic in ASP.NET websites, however, most web developers structure their programs in “modules.” This article will give you information about subroutines and functions, along with practical examples and their advantages. | | |
|
Coding an IQ Test with Conditionally Driven Event Handlers in ASP.NET 3.5 in ASP.NET | | | | Rating:     / 2 2010-03-16 | | | | | This is the second part of a tutorial series on developing conditionally-driven event handlers in ASP.NET 3.5. In part one, you started learning how to build an online IQ test with ASP.NET 3.5; the creation of web forms and setting of objectives were discussed. In this second part, we'll really sink our teeth into using conditionally-driven event handlers to make the test work. | | |
|
Developing Conditionally Driven Event Handlers in ASP.NET 3.5 in ASP.NET | | | | Rating:     / 2 2010-03-15 | | | | | What is a conditionally-driven event handler, and why would you want to use one? Basically, such an event handler will perform its assigned action -- such as displaying text on the screen -- if and only if a certain specified condition is met. As you might imagine, such event handlers have a range of uses. This article will walk you through some examples in ASP.NET 3.5. | | |
|
ASP.NET 3.5 Debugging Using Visual Web Developer Express 2008 in ASP.NET | | | | Rating:     / 4 2010-03-11 | | | | | One of the most important features in Visual Web Developer Express 2008 in developing ASP.NET 3.5 websites is the debugging feature. Having a debugger is important in troubleshooting source code and application-related problems. It will save you a lot of time if you encounter and fix problems during the design and testing stage. This article is all about basic debugging in ASP.NET using Visual Web Developer Express; its information will provide you with an important tool for designing and creating ASP.NET websites. | | |
|
Understanding Event Handlers in ASP.NET 3.5 in ASP.NET | | | | Rating:     / 2 2010-03-10 | | | | | ASP.NET uses event handlers to control certain behaviors. They're responsible for programs acting in certain predictable ways. If you want to master ASP.NET programming, you need to learn more about event handlers. This article will introduce you to the basics. | | |
|
Building a Web Form in ASP.NET and PHP: a Comparison in ASP.NET | | | | Rating:     / 2 2010-03-09 | | | | | While there are important differences between PHP and ASP.NET, both are used to build websites. Because of this, both need to enable developers to build web forms, among other tasks. This article compares building a web form in PHP with building the same form in ASP.NET to help those familiar with one set of tools to learn how to use the other set. | | |
|
Inserting Data into a Microsoft SQL 2008 Database in ASP.NET 3.5 in ASP.NET | | | | Rating:     / 3 2010-03-08 | | | | | In the previous article, "Creating an ASP.NET Dynamic Web Page using a MS SQL Server 2008 Database (GridView Display)," you learned how to create a dynamic web page that can let the user edit and delete database records directly using a web browser. It was demonstrated with a home renovation project, where team leaders can update and delete project tasks online. However, it does not include features that let users add or insert new records directly into the database using a web browser. This feature will be covered in this tutorial. | | |
|
Creating an ASP.NET Dynamic Web Page Using MS SQL Server 2008 Database (GridView Display) in ASP.NET | | | | Rating:     / 2 2010-03-04 | | | | | Dynamic pages (pages that pull, insert, update and delete data or content from a database) are extremely useful in modern websites. They provide a high level of user interactivity that improves user experience. This article will show you how to create such pages in ASP.NET that use a Microsoft SQL Server 2008 database. | | |
|
Retrieving Data from Microsoft SQL Server 2008 Using ASP.NET 3.5 in ASP.NET | | | | Rating:     / 4 2010-03-03 | | | | | Most of the web applications on the Internet require retrieving data from a database. Almost all websites today are database-driven, so it is of primary importance for any developer to retrieve data from a website's database and display it on the web browser. This article illustrates basic ways of retrieving data from Microsoft SQL Server 2008 using the ASP.NET 3.5 web platform. | | |
|
My 7 is Slow: A Guide to Upgrading Your XP Machine for Optimum Performance with Windows 7 in Windows Security | | | | Rating:     / 2 2010-03-02 | | | | | When the Windows Vista operating system came out, you decided that you were better off with what you had. The odds are that you probably made a very smart move. When Windows 7 came out, you were also prudent. You waited to see if the newest operating system would be worth the expense of upgrading. Now that you have decided to upgrade to Windows 7, you will have some performance issues to deal with. | | |
|
Building ASP.NET Web Forms to Use a MySQL Database in ASP.NET | | | | Rating:     / 2 2010-03-01 | | | | | The MySQL database is the best open source database, which means it can be used for free without obtaining or paying for a license. In ASP.NET 3.5 hosting, there are some hosting packages that let you use the MySQL database because it can be a cheaper hosting alternative when compared to using the MS SQL database. However, things can be a bit complicated when querying a MySQL database in an ASP.NET environment. | | |
|
Creating an ASP.NET Database using MS SQL 2008 in Visual Web Developer 2008 in ASP.NET | | | | Rating:     / 4 2010-02-25 | | | | | This article illustrates how to create a database in ASP.NET. We'll be using Microsoft SQL Server 2008, and developing it in Visual Web Developer Express 2008. Given the importance of databases to most websites nowadays, you should find this information useful when building just about any website based on Microsoft technology. Discuss (1) | | |
|
Are Microsoft Certifications Worth the Cost in 2010? in BrainDump | | | | Rating:     / 1 2010-02-24 | | | | | The question that we are going to examine today is an important one for anyone who works in, or is training to work in, the IT field. Is getting a Microsoft certification really worth the money that you will spend to get it? If all you want is to know about a specific certification's worth, jump forward to later pages of this article, but for those people who are new to the field, we are going to start with a quick primer on Microsoft certifications. Discuss (3) | | |
|