data gridview
-
I am not able to add rows n values to data gridview programmatically(without binding to datasource)..I think the problem is because the rows are assigned 'databound' property...Any alternative for 'databound' so that i can add values programmatically?
-
I am not able to add rows n values to data gridview programmatically(without binding to datasource)..I think the problem is because the rows are assigned 'databound' property...Any alternative for 'databound' so that i can add values programmatically?
-
I dont think that there is something else than databound? But the question is why dont you want to use databound??
i dnt want to use databound because i am adding values to datatable on each buttonclick...if databinding is used the firstly written values will get refreshd
-
i dnt want to use databound because i am adding values to datatable on each buttonclick...if databinding is used the firstly written values will get refreshd
Man your really confusing me you wrote to threads and it appears that am answering both. So Please Give Me a big scenario to help you i know i can, but i should understand what is happening with your code. I think it is something easy once i know what is really going on.