are you developing webform or winform? basically, you need insert your pictures in image or blob field1. for winform, see
C# Photo Album Viewer
http://www.codeproject.com/cs/database/albumviewer.asp2. for webform, see
HOW TO: Read and Write BLOB Data by Using ADO.NET with Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;EN-US;309158Uploading and retrieving images from SQL Server
http://www.dotnetbips.com/displayarticle.aspx?id=60Retrieving Images from SqlServer and displaying in a DataGrid - ASP .NET
http://aspalliance.com/das/datagridimages.aspxInserting Images to SqlServer in ASP .NET
http://aspalliance.com/das/insertimage.aspx