Forum: ASP.NET Sep 4th, 2007 |
| Replies: 11 Views: 8,820 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... |
Forum: ASP.NET Sep 4th, 2007 |
| Replies: 2 Views: 1,252 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... |
Forum: ASP.NET Sep 4th, 2007 |
| Replies: 1 Views: 489 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> |