i have a usercontrol on the form, in the user control i have 3linkbuttons and correspond 3panels, when i click on the linkbutton the panel will be visible. in one of the panel i have a Dropdownlist(auto postback) and depends on the selection in dropdownlist Datagrid will be displayed in the datagrid i have a hyperlink to to edit the row of the datagrid.when i click on hyperlink this opens in the child form and i am updating the row. my problem is updating(refresh the datagrid) the parentform's--> usercontrlol-->panel-->dropdownlist--> datagrid. using javascript i am able to refresh the parent form,but unable to go to access the usercontrol panel (panel is hidden onload) here i need some mechanism to visible the panel (,generally when i click the link button this is palnel is visible) any ideas? how to do this. using javascript or asp.net. thanks Rags
rag