<table id="link_table" style="WIDTH: 645px; BORDER-COLLAPSE: collapse; HEIGHT: 26px" borderColor="#111111"
cellSpacing="0" cellPadding="0" width="645" border="0">
<tr>
<td width="6">
<asp:Button id="Discharge" runat="server" Text="Discharge"></asp:Button>
</td>
<td width="6">
<asp:Button id="Loading" runat="server" Text="Loading"></asp:Button>
</td>
<td width="6">
<asp:Button id="Empty" runat="server" Text="Empty"></asp:Button>
</td>
<td width="13">
<asp:Button id="Container_History" runat="server" Text="Container History"></asp:Button>
</td>
<td width="15">
<asp:Button id="Bundle_Debundle" runat="server" Text="Bundle/Debundle"></asp:Button>
</td>
<td width="15">
<asp:Button id="Damage_detail" runat="server" Text="Damage Detail"></asp:Button>
</td>
</tr>
</table>
Please copy the above code to the notepad and you can see it easily....sorry for inconvenient...
I have a question. I have created a table and 6 buttons.
I would like to know the code when I click the button. Each button will click to each page. How can I write the code.
I am super new in asp.net. Please help.