I find form plugin interesting and i want to know that how i can embed ajax response in html text area in asp.net mvc 2. any idea?
Here is the link of that control
http://jquery.malsup.com/form/#file-upload
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the success callback which will be invoked once the AJAX request succeeds and update the contents of your textarea: