<%@ Page Title="ALT GALERİ" Language="C#" MasterPageFile="~/Admin/AdminSite.Master" AutoEventWireup="true" CodeBehind="subGalleries.aspx.cs" Inherits="WebPromosyon.Admin.subGalleries" %>
<%: Session["titleS"].ToString() %> Adı
<%: Session["titleS"].ToString() %> Adı (En)
<%: Session["titleS"].ToString() %> Adı (Ru)
<%: Session["titleS"].ToString() %> Adı (Fr)
<%: Session["titleS"].ToString() %> Adı (Es)
<%: Session["titleS"].ToString() %> Adı (Ar)

<% if (gridLoad().Count() > 0) { %> <% int i = 1; foreach (var item in gridLoad()) { %> "> <% i++; } %>
SIRA NO <%: Session["titleS"].ToString().ToUpper() %> ADI <%: Session["titleS"].ToString().ToUpper() %> ADI (EN) <%: Session["titleS"].ToString().ToUpper() %> ADI (RU) <%: Session["titleS"].ToString().ToUpper() %> ADI (FR) <%: Session["titleS"].ToString().ToUpper() %> ADI (ES) <%: Session["titleS"].ToString().ToUpper() %> ADI (AR) KAYIT TARİHİ
<%: item.galleryId %> <%: item.galleryName %> <%: item.galleryNameEn %> <%: item.galleryNameRu %> <%: item.galleryNameFr %> <%: item.galleryNameEs %> <%: item.galleryNameAr %> <%: item.createDate%>
<% } %>