内部网格如何编辑(网格到网格) [英] How Edit work on Internal grid (Grid into Grid)

查看:98
本文介绍了内部网格如何编辑(网格到网格)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个网格到另一个网格.现在我想在内部网格OnEdit上工作,那怎么可能呢.

图案是这样的..

Hi EveryOne,

I have a grid into another grid. and Now i want to work on Internal grid OnEdit then how can it possible.

The pattern is like this..

<asp:grid id ="main">
  <column>
<templatefield>
<itemtemplate>
 <asp:grid id="internalgrid" OnRowEditing="gvinternal_RowEditing"
<column>
    <templatefield>
        <itemtemplate>
          <label>
         </itemtemplage>
         <edititemtemplate>
           <textbox>
         </edititemplate>
        </templagefield>

     <templagefield>
      <itemtemplage>
<button CommandName="EDIT" CommandArgument="1">
</itemtemplate>  
<column>
</grid>

  </column>
</templatefield>
</itemtemplate>

</grid>

推荐答案

请参考此链接,可能会对您有所帮助...

嵌套GridView [无JavaScript] [ ASP.NET C#中Gridview内的Gridview [ ^ ]
please refer this links it will might help you...

Nested GridView [No JavaScripts][^]

Gridview inside Gridview in ASP.NET C#[^]


这篇关于内部网格如何编辑(网格到网格)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆