Runtime JScript error: object expected.
        Posted  
        
            by 
                Masha
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Masha
        
        
        
        Published on 2011-01-13T16:04:07Z
        Indexed on 
            2011/01/14
            12:53 UTC
        
        
        Read the original article
        Hit count: 165
        
JavaScript
|ASP.NET
Help! As soon as enable script debugging I get this error. It breaks on the following block:
<table>
<tr>
   <td style="width: 100px">
    <asp:TextBox ID="txtRun" runat="server" OnTextChanged="txtRun_TextChanged"></asp:TextBox>
</td>
<td style="width: 100px">
<asp:Button ID="btnFilter" runat="server" Text="Show Elements" OnClick="btnFilter_Click" />
</td>
</tr>
</table>
The cursor jumps to the last tag. I am lost. Thank you in advance.
© Stack Overflow or respective owner