行 247: <%
行 248:strSql = WebStdFun.MakePageSql("V_Doc_List", "*", "IDKey", "DESC", strSqlWhere , 10, 1);
行 249:dt = Query.ProcessSql(strSql, WebStdFun.GetDatabaseName());
行 250:string strUserID = ","+WebStdFun.GetClubUserID()+",";
行 251:foreach(DataRow dr in dt.Rows)
|