Get the repeater selected item on pageinit

Posted by haroldis-nio on Stack Overflow See other posts from Stack Overflow or by haroldis-nio
Published on 2010-06-18T12:48:31Z Indexed on 2010/06/18 13:03 UTC
Read the original article Hit count: 153

Filed under:
|

I have a page with a menu like navigation pane (too repeater) and a placeholder in these page.

This is my problem : on menu item click i open different control in my placeholder, one at click. When i change them selected item in my menu on page init i load the old control and i load the new control on menu event. How i can get te selected item of a repeater on page init???? or load. P.s items are LinkButton

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about page-lifecycle