1
Answer

How to programmatically check a checkbox?

Consider the following table

Name value
aaa 1
bbb 0
ccc 1
Now I am trying to generate a report(html form) through my web page. When the report loads I want it to show 3 checkbox and the ones with value "1" in the database should be automatically checked. For eg-

aaa checked
bbb unchecked
ccc checked
Answers (1)
0
Gokhul Varman
NA 10.7k 9.4k 7y
Please refer the link for more detailed explantion:http://developers.itextpdf.com/content/best-itext-questions-stackoverview/font-examples/itext7-how-use-system-font-itextsharp-vbnet
Accepted
0
Shovan Saha
NA 306 17.8k 7y
Dear Gokhul Sir, I have made this. Thank you. But I have another question. I have six buttons bearing same color. I want tab index position of button will show another color. Is it possible? Please help me.