Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
</head>
 <script type="text/javascript" src="C:\Documents and Settings\srms\My Documents\Visual Studio 2005\WebSites\WebSite1\js\gdata.js"></script>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:TextBox ID="TextBox1" runat="server" OnTextChanged ="/javascript/gdata.js/gDarr"></asp:TextBox></div>
    </form>

</body>



i m using asp.net with vb as a language .
gDarr is a varible in the jscript file

error in <asp:TextBox ID="TextBox1" runat="server" OnTextChanged ="/javascript/gdata.js/gDarr">

error is
gdata not declared,gdarr not declared,identifier not declared
Posted
Comments
AshishChaudha 21-Feb-13 4:06am    
need more explanations about the javascript file

1 solution

Hi you have written wrong syntax.Please remove
OnTextChanged ="/javascript/gdata.js/gDarr"> this is wrong event.Please provide more information on this syntax
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900