No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Honestly if you guys feel that you would like to compete in the industry, I would HIGHLY suggest writing your own ASP.NET shopping cart. It has been hashed, re-hashed, and done and re-done. But there is nothing quite like having to build one yourself. You learn alot and can take …
first, run your program in debug mode. You need to insert a breakpoint at cn.Open and F11 through step by step. Why? To see if the connection has even been made properly. I dont seen an InitialCatalog value for your connection string. This might need addending as well.
So you have code that looks like this: <table cellspacing="0" cellpadding="0" border="0"> <tr> <td> <asp:Label runat="server" ID="label1" Text="Some Label Text" /> </td> </tr> <tr> <td> <asp:Label runat="server" ID="label2" Text="Some More label Text" /> </td> </tr> </table> right? :)
The End.
jonathan.pucket