D
David
Hi,
I have 3 buttons on a asp.net page. They are exactly the same except
for the name. Two of the buttons works but the third one does not
respond to the clicking. Here is the code:
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdGenSetup" align="left"
width="140" type="button" value="General Info" name="cmdReqFields"
runat="server">
</td>
</tr>
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdConnSetup" align="left"
width="140" type="button" value="Connection Setup" name="cmdOptFields"
runat="server">
</td>
</tr>
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdTrxSetup" align="left"
width="140" type="button" value="Transaction Setup" runat="server"
name=cmdOptFields1>
</td>
</tr>
The Event handling code is also very similare except for the name.
Please help me to find out why the third button does not working.
Thanks!
David
I have 3 buttons on a asp.net page. They are exactly the same except
for the name. Two of the buttons works but the third one does not
respond to the clicking. Here is the code:
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdGenSetup" align="left"
width="140" type="button" value="General Info" name="cmdReqFields"
runat="server">
</td>
</tr>
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdConnSetup" align="left"
width="140" type="button" value="Connection Setup" name="cmdOptFields"
runat="server">
</td>
</tr>
<tr>
<td align="right" style="PADDING-LEFT: 10px; PADDING-TOP:
5px">
<INPUT class="tabButton" id="cmdTrxSetup" align="left"
width="140" type="button" value="Transaction Setup" runat="server"
name=cmdOptFields1>
</td>
</tr>
The Event handling code is also very similare except for the name.
Please help me to find out why the third button does not working.
Thanks!
David