how to fire event to enter key in rich text box
Please help me sir how to add and what to add in aspx and code behind clearly....i tried but i am not getting
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 20, 2013, 11:22 PM
Generally only server control and html control related code is written in aspx file and all other code like event, privite function or other functional code is written is code behind file.
also you can write javasript code in to aspx file as well as seperate JS file.
hope this will help you.
Sunny SharmaPosted Jun 20, 2013, 12:13 PM