开发者

Some Problem with Some ASPX Page

开发者 https://www.devze.com 2022-12-16 20:37 出处:网络
Please could some kind person help me out here. My aspx page comtain following: In the Content pa开发者_开发百科nel of the one page I have placed 3 AccordionPanes. In this I placed 3 gridview control

Please could some kind person help me out here. My aspx page comtain following:

In the Content pa开发者_开发百科nel of the one page I have placed 3 AccordionPanes. In this I placed 3 gridview controls. The idea is that when I select one of the rows in the Gridview in Pane 1 or Pane 2 the row should be added to third gridview. ..I hope that makes sense.

When I link the Gridview in a normal page (not using the Accordion control) it works


You will have to use the accordion control's controls collection to access the 3rd grid view, as an accordion is a control container.

0

精彩评论

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