Hello All,
I am getting an error when I am upadting the product ,the error is coming in the view page .it is "Object reference is not set to an instance of an object". Please tell me why is the error coming.
category_id: <%= Html.TextBox("category_id", Model.category_id ) %> <%= Html.ValidationMessage("category_id", "*") %>
Thankx in advance Ritz