让DataGrid拥有单击回传事件并带回指定字段的值[19]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 xinyulou 的 blog

                e.item.attributes.add("onclick", page.getpostbackeventreference(this, argstring));

            }

        }

    }

 

    public class selectpostbackeventargs : eventargs

    {

        private string n_value;

        private int index;

 

        internal selectpostbackeventargs(int index, string value)

        {

            this.index = index;

本文关键:让DataGrid拥有单击回传事件并带回指定字段的值
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top