Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 LinkButton,它位于包含 UpdatePanel 的面板中。单击时,唯一发生的事情是面板关闭。我需要回发到父页面。我该怎么做 ?
Can you not set EnablePartialRendering to false when somebody clicks on the linkbutton causing it do a full postback and then later inthe code you can set it back to true?