开发者

How to pass values between asp.net pages with gridviews

开发者 https://www.devze.com 2023-01-03 03:14 出处:网络
开发者_运维百科I enabled the selection on my gridview. The question is, I can pass values with buttons but it seems redundant, because I have selection linkbuttons. So how can I pass variables with th
开发者_运维百科

I enabled the selection on my gridview. The question is, I can pass values with buttons but it seems redundant, because I have selection linkbuttons. So how can I pass variables with them ?


This example shows how to work with LinkButton in GridView and pass / transfer variable or data to other page and populate another gridview based on it using QueryString and QueryStringParameters. What's more, there is no need of any code behind. Pretty cool.

0

精彩评论

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