开发者

UpdatePanel on just one gridview column?

开发者 https://www.devze.com 2023-01-25 04:44 出处:网络
Is it possible to开发者_Python百科 put UpdatePanel on just one of Gridview Columns? Thanks.The UpdatePanel would have to update several disjointed <td> elements instead of a single <table>

Is it possible to开发者_Python百科 put UpdatePanel on just one of Gridview Columns?

Thanks.


The UpdatePanel would have to update several disjointed <td> elements instead of a single <table>. To my knowledge, that's not possible.

But maybe you could put one UpdatePanel with UpdateMode set to Always around the contents of each <td> (using e.g. a TemplateField).

0

精彩评论

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