GridView内部的多视图 [英] Multiview inside GridView

查看:58
本文介绍了GridView内部的多视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在GridView中添加了一个MultiView。我想在按钮的单击事件上激活此MultiView。有没有办法做到这一点?请帮助我在Asp.net新手

I have added a MultiView Inside a GridView. I want to activate this MultiView on the click event of a button. Is there any way to do this? Please help I novice in Asp.net

推荐答案

你好,



如果您使用两个视图那么你可以从这里得到帮助。



你可以将View2激活功能:



protected void View2_Activate(object sender,EventArgs e)



{



GridView2.DataBind();



}



谢谢,

Abizer
Hi There,

If you are using two views then might u can get help from this.

You could a View2 Activate function as:

protected void View2_Activate(object sender, EventArgs e)

{

GridView2.DataBind();

}

thanks,
Abizer


这篇关于GridView内部的多视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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