datatable
-
Hi, I am having datatable .. i want to add columns to that , i need to add same column once again ... is it possible ??? if it possible pls let me know the right path ... for i=0 to 10 datatable.column.add("values to be added") next note: it throughs excepttion like , column already exist thanks, sekannak...
kannak
-
Hi, I am having datatable .. i want to add columns to that , i need to add same column once again ... is it possible ??? if it possible pls let me know the right path ... for i=0 to 10 datatable.column.add("values to be added") next note: it throughs excepttion like , column already exist thanks, sekannak...
kannak
sekannak wrote:
. i want to add columns to that , i need to add same column once again
I don't think that your idea is good.If you are trying to add same column again you'll get that error.What you are trying to acheive by adding same column again? :confused:
Arun Jacob http://codepronet.blogspot.com/
-
Hi, I am having datatable .. i want to add columns to that , i need to add same column once again ... is it possible ??? if it possible pls let me know the right path ... for i=0 to 10 datatable.column.add("values to be added") next note: it throughs excepttion like , column already exist thanks, sekannak...
kannak
As you have found, column names must be unique. The values you store in the column can be the same of course.
only two letters away from being an asset