Ramco Ramco

Ramco Ramco

  • 469
  • 2.8k
  • 388.4k

How to display image

Dec 8 2022 4:48 PM

Hi

 I want to display passport size image after ticket No.

 

<tr>
                    <td style="height: 20px; width: 15%"><b>Ticket Number :</b>
                    </td>
                    <td style="height: 20px; width: 35%">
                        <asp:Label ID="lblTicketNumber" style='font-size: 12px;padding-left:25px;' runat="server" Text=''></asp:Label>
                    </td>


                </tr>

                <tr>
                    <td colspan='4' style="height: 5px"></td>
                </tr>

                <tr>
                    <td style="height: 20px; width: 15%"><b>Machine Name :</b>
                    </td>
                    <td style="height: 20px; width: 35%">
                        <asp:Label ID="lblMachineName" style='font-size: 12px;padding-left:25px;' runat="server" Text=''></asp:Label>
                    </td>
                </tr>

Answers (8)