Click here to Skip to main content
15,888,082 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
<asp:TextBox ID="tOut1" runat="server" Width="50px" MaxLength="7" ToolTip="Enter Time HH:MM AM/PM"
                                             OnTextChanged="TextBox1_TextChanged" AutoPostBack="true" Text='<%#Eval("WednesdayOut")%>'>
                                         </asp:TextBox>

Posted
Comments
Member 9967241 12-Jun-13 5:16am    
Can you please give more detail what you are trying achieve.
mahinder.singh.chauhan 12-Jun-13 6:12am    
actually sir i want to fired this TextBox1_TextChanged event on OnChange event with the help of javascript function
Sunasara Imdadhusen 12-Jun-13 9:54am    
please provide more details

1 solution

this might be some help for you:
Calling ASP.NET server-side events using JavaScript[^]
 
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