Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
I am getting xmlhttp response on my page. on the same page i have one popup which will load the attachment. while i am loading this attachment my xmlhttp response get reset is any one help me.
Posted

1 solution

hello all,

I got a solution for above problem. after going so many scenarios i realize that the problem is not because of ajax its because of when my page get refresh
my asp textbox field is saving default value in list as binding of asp textbox field with sharepoint field get detached.

so we resolve this problem by adding a asp text box and share-point form field single field and on save button again i am copying my textbox value in sharepoint form field.
 
Share this answer
 
v2

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