问题描述
我在手风琴面板中有gridview..
2)除了我有按钮.
当我单击按钮时,我的gridview应该会弹出并出现在clickin手风琴之前...
现在我的错误是我单击按钮后,它希望我单击Accordian.然后出现oly gridview.我需要单击clickin手风琴之前..
I have gridview inside accordian panel..
2)outside that i Has button.
when i click button my gridview should popup and appear before clickin accordian...
now my error is after i click button it expect me to click accordian.then oly gridview appears.i need bfore clickin accordian..
is there any possibility??
推荐答案
http://stackoverflow.com/questions/1842878/asp- net-c-programmatically-expand-collapse-ajax-accordion-panes [ ^ ]
或在服务器端找到Accordian控件并设置SelectedIndex
.
http://stackoverflow.com/questions/1842878/asp-net-c-programmatically-expand-collapse-ajax-accordion-panes[^]
or on serverside find the accordian control and set the SelectedIndex
.
这篇关于如何在Accordian窗格中显示gridview?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!