开发者

ASP.NET [Refresh my page :) ]

开发者 https://www.devze.com 2022-12-17 00:44 出处:网络
How need I to refresh my page after SqlDataSource1.DataBind(); for my Gri开发者_JAVA百科dView appears this new data.A grid view has a DataBound event to which you can subscribe to and achieve the desi

How need I to refresh my page after SqlDataSource1.DataBind(); for my Gri开发者_JAVA百科dView appears this new data.


A grid view has a DataBound event to which you can subscribe to and achieve the desired behaviour by calling Response.Redirect(Request.RawURL) or via javascript window.location.reload()

0

精彩评论

暂无评论...
验证码 换一张
取 消