Object reference not set to instance of an object while getting data from request object/Formcollection

前端 未结 2 664
我寻月下人不归
我寻月下人不归 2021-01-22 05:00

i am trying to implement a simple add operation using MVC Ajax

My code is as follows:

Public Class Model

{
  public int number1{get;set;}

  public int          


        
2条回答
提交回复
热议问题