hello!
I have formcollection accessed in action method, but not
getting the value of it .
I have written the
following code:
string value = collection[1];
But I am unable get the value.
Help me, how can I access the value in action method.
I want to access form value using form collection
view code
You can access values like this