Hello
I develop a web site with Asp Net and c# based on your example of prettyPhoto plugin
at this url : http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-make-photo-gallery-using-jquery/ 
I have only this problem:
The pretty photo load the photo correctly only the first time.
When i modify the file of photo in my folder the new photo
is not reload in the asp net page.
This is the code of asp net page
<%@ Page Title="" Language="C#" Trace="false" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="prettyphoto_triodafne.aspx.cs" Inherits="prettyphoto_triodafne" %>

  Galleria Foto Trio Dafne
   
 
 
 
   


 
    runat="server" />
    UpdateMode="Conditional"
  HorizontalAlign="Center">
 
    ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"
  SelectCommand="SELECT [percorso],[percorso],[testo],[testo_small] FROM [foto] ORDER BY [ordine] ">
 

 
    DataSourceID="SqlDataSource1" RepeatColumns="6"
  RepeatDirection="Horizontal">