Nannette Thacker ShiningStar.net

ASP.net Web Application Development

Sponsors

News

See all Blog Posts by Nannette.

Nannette Thacker, consultant and owner of Shining Star Services LLC, specializes in development of custom dynamic database driven web applications utilizing ASP.net technologies. Nannette has been developing ASP sites since 1997. Nannette has written numerous articles on web development techniques and tutorials.

Nannette is the owner and developer of ChristianSinglesDating.com.

 Subscribe in a reader





View Nannette  Thacker's profile on LinkedIn

Browse by Tags

All Tags » VB.NET (RSS)
How to Make a Heat Map Chart - VB.NET Telerik RadChart Heatmap Project Using Gantt in Code Behind
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...
ASP.NET Security Vulnerability Error Handling Project Part 3 - Sending Mail MailMessage()
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...
ASP.NET Security Vulnerability Error Handling Project Part 2
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...
ASP.NET Security Vulnerability Error Handling Project Part 1
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...
Concatenating the IN Clause using Oracle with Composite Keys
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...
Nested Repeater AddHandler ItemCommand Not Firing
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...
Posted: Oct 30 2009, 04:23 PM by nannette | with 12 comment(s)
Filed under: ,
Programmatic Menus: Optimize Your Menus in Code-behind
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...
VB.NET to C# Conversion Hints, Tips and Gotchas
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...
Section 9: C# and VB Project: Using our TableAdapters, DataTables and Intellisense
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...
Section 8: C# and VB Project: Using an OleDbDataReader to Retrieve Our 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 »