Browse by Tags
All Tags »
VB.NET (
RSS)
This project uses VB.NET, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial. In this VB.NET project, I use RadChart to create a 3x3 Heatmap using the Gantt Chart in code...
Added note: A patch has been created. See Scott Guthrie's post here. In ASP.NET Security Vulnerability Error Handling Project Part 1 , we discussed implementing a project that utilizes the suggestions made in Scott Guthrie's post on ASP.NET Security Vulnerability...
Added note: A patch has been created. See Scott Guthrie's post here. In ASP.NET Security Vulnerability Error Handling Project Part 1 , we discussed implementing a project that utilizes the suggestions made in Scott Guthrie's post on ASP.NET Security Vulnerability...
Added note: A patch has been created. See Scott Guthrie's post here. After having read Scott Guthrie's post on ASP.NET Security Vulnerability , I decided to take my existing error handling code, update it with his suggested sleep delay, and put it into...
Most .NET developers are familiar with how to concatenate fields in SQL Server 2008: select firstName + ' ' + lastName as UserName from Reviewers In your ASP.NET development, you may be required to work with various database types. I’m going to show how...
For those of you who program mostly in code behind, like I do, I have a gotcha for a nested repeater addhandler. The nested repeater is defined in the code in front: < asp : Repeater ID ="repTestKeyControl" runat ="server"> Your nested repeater...
In this article, I want to show how you can setup your menus in code-behind and avoid redundancy. I recently inherited a web application with the menu system setup in the code-in-front. Each menu shared identical values, other than the visibility. Notice...
If you're a VB.NET developer learning C# or converting your VB code to C#, here are a few hints, tips and gotchas. But first, let me share a few important links with you: VB.NET and C# Comparison - This is one of the most accurate and complete charts...
In our final Section 9 of this tutorial by Nannette Thacker, we learn how to use our TableAdapters within our code. We also look at how Intellisense makes it easy to set up your TableAdapter code. Introduction: C# and VB Project: A Tutorial Using Data...
In Section 8 of this tutorial by Nannette Thacker, we take a look at adding a OleDbDataReader and the ExecuteReader method to retrieve data from an Excel Spreadsheet. Introduction: C# and VB Project: A Tutorial Using Data Sets, Table Adapters, WebForms...
More Posts
Next page »