Posted on: 10/11/2015 3:27:02 AM | Views : 887

I need a control which would be sort of like the ListView control, in that I need it to show the SELECT, INSERT and UPDATE functionality. However I don't want it to work with a list, but instead work with a single value or maybe NULL. The ListView control appears to me to only work with a collection of data, therefore it's inappropriate for what I need.
What control would be better for this?

Go to the complete details ...