Gridview内的Gridview
问题描述:
先生,
我想在运行时单击链接按钮时在gridview中添加一个链接按钮,另一个网格视图会在网格视图中自动添加.
Sir,
I want to add one link button inside gridview when i click the link button in runtime one another grid-view add automatically inside the grid-view.
答
根据您的问题,我给出了两个链接:-
http://msdn.microsoft.com/en-us/library/aa992038%28v = vs.80%29.aspx [ ^ ]
http://www.ashishblog.com/blog/nested-gridview -in-showhide-effect-using-c-net/ [ GridView中的GridView [
What i understood from your question, I am giving two links:-
http://msdn.microsoft.com/en-us/library/aa992038%28v=vs.80%29.aspx[^]
http://www.ashishblog.com/blog/nested-gridview-in-showhide-effect-using-c-net/[^]
GridView within GridView[^]
Please don''t forget to mark this as your answer if it helps you out.
Thanks
使用数据列表控件并将网格视图添加为模板控件
take a Datalist controls and add a gridview as Template Control