Click here to Skip to main content
16,023,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have currently developed a web site, in which i have used deveexpress controls.
i have written some javascripts in my project, but it is not working. please help me.

Thanks & Regards
Kaialsh Chandra Behera
Yesha IT Solutions Pvt.Ltd
Posted
Updated 23-Oct-11 20:57pm
v2
Comments
RaisKazi 24-Oct-11 3:41am    
It's really near to impossible to provide you solution, without looking out your code. Can you share your JavaScript code?

1 solution

XML
<div>
     <script language="javascript" type="text/javascript">
function script()
{
var txt=document.getElementById('TextBox1').value='prasanna';
}
</script>

    <asp:Button ID="a" runat="server" Text="sss" OnClientClick="script()" />
        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    </div>
 
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