costs won't appear in gridview anymore
So I have a table that stores various prices for things. The ID is set as the primary key and doesnt allow nulls. I then have a stored procedure that takes the data entered into the form (ID) included and it works out the cost of that particular item. This is then presented in a gridview. However it isn't working, was working before and it's just stopped. Before, in the database the ID did allow nulls, however someone has told me this could be the problem along with this line of code
obj.CostID = (Int32)reader["CostID"];
This is used to fill the object with the data.
Any ideas how I can fix this? I've already changed the field in the database to not allow nulls.
coder91
Junior Poster in Training
93 posts since Oct 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Is asp.net generating an error?
JorgeM
Industrious Poster
4,017 posts since Dec 2011
Reputation Points: 294
Solved Threads: 546
Skill Endorsements: 115