how to add background image in string builder table.
here my code sample
StringBuilder sb = new StringBuilder();
sb.Append("
");
| "+(Reg)+" | |
| "+(name)+" | |
| " + (rank) + " | |
| " + (Aadhar) + " |
here iwant to add image in table background .

Archit ShrivastavaPosted Sep 4, 2018, 12:22 AM
Archit ShrivastavaPosted Sep 3, 2018, 7:12 AM
Sanwar RanwaPosted Sep 3, 2018, 7:03 AM