Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for reply Emil. i changed foreach to for. now EmployeeID and Todo collections contain five elements each that is equal to number of controls on the form(correct). but the problem is that entries in these collections are null for Todo and 0 for EmployeeID. m i missing somethings? Commented Oct 4, 2010 at 11:42
  • Could you post how your markup looks now as well as how your action method signature looks? I might be able to help better that way. Commented Oct 4, 2010 at 12:01
  • Edited the question to contain markup and signature of actionresult. plz c edit no 1 Commented Oct 4, 2010 at 13:03