输入新记录后,如何强制页面在重新加载时刷新数据

问题描述:

当我通过提交.aspx页创建新记录时,新记录未显示.我必须离开页面,然后返回页面才能显示新数据.

When I create a new record by submitting an .aspx page the new record is not showing up. I have to navigate away from the page and back to it for the new data to show.

如何刷新数据以重新加载?

How do I refresh the data up reload??

我认为您需要在网格上调用databind().如果这是个不幸的猜测,我们将需要更多的上下文-请您发布您的代码(aspx和vb)

i think you need to call databind() on your grid. If that's an unlucky guess, we're going to need more context - can you please post your code (aspx and vb)