Click here to Skip to main content
15,916,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all;

Code:

<script language="javascript" type="text/javascript">

function AddValue(){
//""I need to call the txtNumber_TextChanged(object sender,Eventargs e) function here"".
}

</script>


<asp:TextBox ID="txtCheck" runat="server" onkeyup="AddValue();" OnTextChanged="txtCheck_TextChanged" >

I have a textChanged event in Server Side(txtNumber_TextChanged(object sender,Eventargs e)) and also i'm calling a java script in onkeyup for one textbox.

Now I need to call that Server Side TextChanged event into the javascript.. If it's possible Pleae guide me. Thanks in Advance..
Posted

1 solution

 
Share this answer
 
Comments
GANESH KUMAR K 12-Dec-12 4:26am    
Dear Krunal Rohit Thank you for your help... Let me try and tell you the result.. Thanks Again..
GANESH KUMAR K 12-Dec-12 4:29am    
Thank you So much Krunal Rohit .... I got it.. Thank you for your Help :-)
[no name] 12-Dec-12 4:30am    
You're welcome.. Cheers :) :)

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