-
<%
int nCnt = m_objList.Count;
for (int i = 0; i < nCnt; i++)
{
%>
-
<%=m_objList[i].title%>>
<%
}
%>
%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TourVedio.aspx.cs" Inherits="AlphayWeb.tour.TourVedio" %>