Hello,I have webform and named a textbox "taMessage" however at runtime, .net changes the ID name and appends other characters. I have tried adding and renaming the textbox, but its all the same results.Please advicemy code is here Its meant to be a textbox class=formsBr ID="taMessage1" onkeydown="return keepLimit(0);" onkeyup="return keepCount(0);" runat="server" Height="107px" Width="224px"> "taMessage" runat="server" Height="65px" Width="219px">
and the results are thusHTML4Strict Code:<td class="style6" style="text-align: left"> <input name="ctl00$main$taMessage1" type="text" id="ctl00_main_taMessage1" class="formsBr" onkeydown="return keepLimit(0);" onkeyup="return keepCount(0);" style="height:107px;width:224px;" /> <input name="ctl00$main$taMessage" type="text" id="ctl00_main_taMessage" style="height:65px;width:219px;" /> </td>