0
Hi Jagan
Thanks for your reply.I tried the approach u have said but no luck.
I followed some other link
http://stackoverflow.com/questions/10269262/jquery-need-to-press-f5-refresh-to-see-content
which says to add jQuery built cleaner solution
{ $.ajaxSetup({ cache: false }); });
I have tried with this but some times evrthing will work fine but some time again need to click on f5 to get data.
Regards,
Veeresh G
0
Hi,
The problem might be with the binding part of your ajax success function...
Try with different jquery functions like .html() or .text() to update the UI.
0
Hi Pranay ,
Thanks for your time and reply.
As suggested by you ,I am allready binding data in success method only but still i need to click f5 for data to load.
Regards,
Iranna G
0
Hi,
I m not much aware about sharepoint but I guess you need to write code in
"Success" function of jquery to refesh webpart or webpage data.
success: function (data) {
//looping the data
//write code to assign data to part you want to refresh
}