Forum: ASP.NET Apr 22nd, 2008 |
| Replies: 0 Views: 337 Authorization within subdirectories <configuration>
<location path="images" AllowOverride="false">
<System.web>
<authorization>
<allow users="?"/>
</authorization>
</System.web>
</configuration> |
Forum: ASP.NET Apr 18th, 2008 |
| Replies: 0 Views: 224 repeating xhtml on aspx page Hi
I was wondering how to I could repeat a section of xhtml code for each record retrieved from the database. Ie after executing I should have a list of products adhering to the following... |
Forum: MySQL Mar 12th, 2008 |
| Replies: 0 Views: 369 Coursework submission system Attached to this thread is the DB schema I've come up with. I'm trying to do an outer join to join the exercises to the submissions regardless if there's a related record in the submissions table. ... |