This topic is locked

Async Field Refresh

3/7/2017 11:56:01 PM
ASPRunner.NET General questions
M
Mack88 authorDevClub member

I have an app which requires that a field value is returned from a global function in response to a change in the selected item in a drop down list. That bit is working fine (thanks Pete K <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=24523&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />). Rather than have to refresh the whole page to see the updated field value, is there a way to refresh just the relevant field?
Thanks in advance for any assistance.
Chris
ASPR.NET 9.6 Enterprise

Pete K 3/8/2017

Chris, my knowledge of AJAX is pretty limited but this is a very common pattern so I'm sure it's an easy solve. Would something like this help?
http://stackoverflow.com/questions/7660528/how-to-auto-refresh-a-section-of-a-page

M
Mack88 authorDevClub member 3/9/2017



Chris, my knowledge of AJAX is pretty limited but this is a very common pattern so I'm sure it's an easy solve. Would something like this help?
http://stackoverflow.com/questions/7660528/how-to-auto-refresh-a-section-of-a-page


Mine too. All that stuff used to get handled automagically and I was hoping that there might be functionality in ASPR.
Thanks for the link. I'll go check it out.
Chris