5
Answers

how to muliply a column of a datatable with a value without looping..

hai..expert....

I have a datatable with more than 5000 rows. I want to muliply first column's value with 100. for this i hav used foreach loop. But it taks long time. Do we have any other option to multiply ???

thanks in advance........

Answers (5)

0
Photo of prathameshk
NA 5 0 20y
Yes this would work fine. In fact it does. But I have hundreds of controls carefully aligned, attributes set, et all on the forms. And if I remove and add them it would mean doing the whole thing again.
0
Photo of fixme
NA 32 0 20y
Have you tried removing the control and adding it again to the form? This will cause the designer to remove the generated code and replace it. These types of issues are the very reason I don't use the designer.