1.How to add more than one value under single paremeter in runtime datatable.
2.How to change the combobox value for each iteration without datatable.
2.How to change the combobox value for each iteration without datatable.
About Datatabel
|
1.How to add more than one value under single paremeter in runtime datatable.
2.How to change the combobox value for each iteration without datatable.
1) First count the no of rows in run time datatable and then use setcurrentrow property to set the index to blank row where you want to add the value and then use datatable.value proerty for adding values.
Cheers!! |
« Next Oldest | Next Newest »
|