/ Published in: C#
Expand |
Embed | Plain Text
<%@ Import Namespace="projectname.Models" %> <%foreach (databasetable record in (IEnumerable)ViewData.Model) {%> <%=record.id %> <%}%>
You need to login to post a comment.
<%@ Import Namespace="projectname.Models" %> <%foreach (databasetable record in (IEnumerable)ViewData.Model) {%> <%=record.id %> <%}%>
You need to login to post a comment.