Hi,
I have a result set, which is in the form of a list of strings. I want to display it on the application using a gridview. If i bind the list as a source for the gridview, the result is displayed as the length of each string.
Can you help me out here. Its not necessary that i display it in the gridview itself. It should be shown on the application after the operation, thats it
I have a result set, which is in the form of a list of strings. I want to display it on the application using a gridview. If i bind the list as a source for the gridview, the result is displayed as the length of each string.
Can you help me out here. Its not necessary that i display it in the gridview itself. It should be shown on the application after the operation, thats it
Comment