<%if(model.photos!=null && model.photos!="")%>
<%set DataTable photos=get_article_photos()%>
<%csharp%>
string tempSize = Convert.ToString(photos.Rows[0]["original_path"]);
<%/csharp%>
-
-
<%foreach(DataRow dr in photos.Rows)%>
-
<%/foreach%>
-
<%else %>
<%/if%>