This might be quite a strange question since usually people bind to gridview only complex types. But I need to bind a List of Int (the same is for strings). Usually, as property to bind one uses the name of the property of the object, but when using a Int or a String, the value is exactly the object itself, not a property.
Any idea of which is the "name" to get value of the object? I tried "Value", "" (empty), "this", "item" but no luck.
I'm referring to a gridview in web form
Thank you
Simone