I have a LinkButton which is in a Panel that contains an UpdatePanel. When clicked, the only thing that happens is the Panel closes. I need to do a postback to the parent page. How do I do it ?
|
|
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? |
||||
|
