No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I've also wanted to know which of the following is the better approach Does it actually have a difference??? where table1.userid = table2.userid using the proper join statments such as Inner join
[code] <configuration> <location path="images" AllowOverride="false"> <System.web> <authorization> <allow users="?"/> </authorization> </System.web> </configuration> [/code] Also my web host insists on using the impersonation setting set to true. But my images still won't load despite am logged in. Acces to the aspx pages aren't denied. I get an x instead of my …
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 template [code=html]<div> <div> <img src=""/></div> <div><a href="#">productname</a> </div>[/code] I don't like using tables for layout.
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. Trouble is when a user logs in I want to execute this query and …
The End.
dbdesigner_2008