I have a custom control that inserts a file into a file control. If I click on the form tab it will refresh the screen, but how do I manually refresh the form tab. Kentico 8.1.6
In your custom form control you could force a post back or do a response.redirect(current url)
Please, sign in to be able to submit a new answer.