I have a html table, Item_Table, with dynamically added rows containing input tags. i have to add the data from Item_Table to the database in Sql Server, so i am using javascript and C# MVC for the process. But i am getting an error saying "System.NullReferenceException: 'Object reference not set to an instance of an object.'". If required i am ready to share the code... Just say it.

Recommended Answers

All 2 Replies

Without seeing any code, all that I can really do is a Google search which says the error message happens when you are referring to an object that doesn't exist.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.