I have a search form inside UpdatePanel "A" that populates a result Gridview within "A" using datatable. When a "Select" is invoked in GridView row, the SelectedIndexChanged event is getting fired. The code works fine till
here. [One Issue found - The selectedindex is -1 and row count is zero
]
My requirement is to populate another UpdatePanel "B" contents with the row data (plus one large text field that's not shown in GridView - that I have to show in "B"). "B" also has other button actions.
"B" is not showing data even after calling "B.update()" method inside SelectedIndexChanged event handler.
KcinMum
0 Points
3 Posts
Gridview SelectedIndexChanged event in UpdatePanel
Apr 24, 2012 05:16 AM|LINK
Hi,
I have a search form inside UpdatePanel "A" that populates a result Gridview within "A" using datatable. When a "Select" is invoked in GridView row, the SelectedIndexChanged event is getting fired. The code works fine till here. [One Issue found - The selectedindex is -1 and row count is zero
]
My requirement is to populate another UpdatePanel "B" contents with the row data (plus one large text field that's not shown in GridView - that I have to show in "B"). "B" also has other button actions. "B" is not showing data even after calling "B.update()" method inside SelectedIndexChanged event handler.
Please help
Regards,
CK