Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~406 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for faiza

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 …

Member Avatar for madelinekim
-2
213
Member Avatar for ansari.wajid

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.

Member Avatar for ansari.wajid
0
85
Member Avatar for paeez

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? :)

Member Avatar for jonathan.pucket
0
108

The End.