Posted on: 10/19/2015 1:22:22 PM | Views : 1274

I have 2 file. file1.aspx and file2.aspx . In file1 I am showing my database record. to the page in codebehind. I have a div and a button outside this div.Whenever user press that button, I am loading file2's necessary part(name,surname,sex,age... textbox) to this div.
When user fills the textboxes and press the send button,I want to show the changing to the page immediately.So I tried to trigger printValues function which contains ajax post to the codebehind. 
I can not add the code part because when I add it, I couldn't able to post this question.
Am I doing wrong?Apparently,that function call doesn't work out.How can I trigger the function

Go to the complete details ...