Hi,
I want to display the data in the 2 column of PDF using iTextsharp. Like this way e.g.
Q.1 aaaaaa Q.5 eeeeeeeeeee
Q.2 bbbbbb Q.6 fffffffffff
Q.3 cccccc Q.7 ggggggggggg
Q.4 dddddd Q.8 hhhhhhhhhhh
On next page
Q.8 aaaaaa Q.12 eeeeeeeeeee
Q.9 bbbbbb Q.13 fffffffffff
Q.10 cccccc Q.14 ggggggggggg
Q.11 dddddd Q.15 hhhhhhhhhhh
I can done it by using count but it's not working if the question length is min/max . how i can done it manually.
can anybody help me...............