8
Answers

How to display image

Ramco Ramco

Ramco Ramco

2y
591
1

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)