Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to call a gridview textbox event without using auto postback porperty true in asp.net?
Is it posible??
Posted
Comments
agent_kruger 25-Dec-13 5:04am    
please add one more tag of asp.net in your question.

1 solution

Yes you can try like below in any JavaScript function.
JavaScript
__doPostBack('TextBoxId', '');

This will just PostBack and hit the event in code behind.
 
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