Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/CS/HomeRealtor/Controls/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/ASP.NET/CS/HomeRealtor/Controls/Gallery.ascx.cs

using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Gallery : System.Web.UI.UserControl {
    protected void Page_Load(object sender, EventArgs e) {

    }
    public string GetOnImageClick(object ID) {
        return string.Format("ShowDetailsPage(\"{0}\");", ID);
    }
}