hi every one,
how to pass parameter and reload from iframe to ascx page in updatepanel.
-----------------------------------------------------------------------------
1.When i click one link menu, i would like to reload ascx page in updatepanel from aspx inside Iframe page. it is called iframe to updatepanel. If you can, please sample code and sample link for me.
2.When i click one link a menu in my ascx inside updatepanel page. i want to get postback value in same updatepanel.
eg.(Reload A.ascx to A.ascx)
---------------------------------------------------------------------------
1 - i would like to pass parament and reload from iframe to other updatepanel ascx
2. - postback dynamic value in one updatepanel, for example when i click "remove" menu inside ascx page
<upd id=updatepanel1 >
<ascx> <a onclick=(...)> remove</a> </ascx>
<upd>
thanks
pkay