Skip to content
Loading
when pass variable ids from view to controller give me nulland in controller i make as following
  1. [HttpPost]
  2. publicActionResultEdit(FormCollectionform)
  3. {
  4. if(form!=null)
  5. {
  6. stringids=form["ids"];
  7. }
but until now string ids = null
see image below