User Profile

Collapse

Profile Sidebar

Collapse
Gfaenza
Gfaenza
Last Activity: May 19 '08, 04:55 PM
Joined: Mar 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gfaenza
    started a topic Creating A ShoppingCart
    in .NET

    Creating A ShoppingCart

    My problem is that everytime the DataRow tries to write in the DataTable a NullReferenceEx eption occurs (Object reference not set to an instance of an object)

    can anyone spot the problem

    Code:
     DBConnection myConn = new DBConnection(); 
     
    DateTime today = DateTime.Today;
    int bottleID;
     
    DataTable cart = new DataTable("MyShoppingCart");
     
    DataColumn DC1;
    DataColumn DC2;
    ...
    See more | Go to post
    Last edited by DrBunchman; May 16 '08, 08:05 AM. Reason: Added code tags and moved to .NET forum

  • Gfaenza
    started a topic Populating a Combobox

    Populating a Combobox

    Hi ,

    Can someone help me, I am trying to populate a combobox with data from a database using C#

    - do i need to use datareaders?

    thanks
    Gilbert
    See more | Go to post
No activity results to display
Show More
Working...