Format Your Brain

ASP.NET

OpenPop.NET Helpful Tips

I have just worked on a project where I needed to download e-mails from a POP3 server. I research some of the libraries out there and settled on OpenPop.NET. OpenPop.NET has a great set of examples of connecting to a POP3 server, but what I want to show you below are some examples that OpenPop.NET […]

 

,

Linking DropDownList to GridView

The goal of this tutorial is to provide a search feature based on a DropDownList that will filter a GridView. Setup Before we start you will need the following: Visual Studio 2010 SQL Server (any version will do) Northwind Database (download the version associated with your SQL Server) Since this tutorial is solely a programming […]

 

, , ,