I have 10textboxes .when we give the value to textboxes and click the button ,i want to show the entire detais in the pdf format in asp.net ..
How to move the text Near to the image ...I put align left but itz not move near to the image ..
rhino000 says: // table.SetWidths(new float[] { 0.3f, 1f });
// table.SetWidths(new float[] { 0.3f, 1f });
Uncomment the above line with the below code.
table.SetWidths(new float[] { 0.15f, 1f });
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.