User Control Page_Load Twice AutoEventWireup="false" SmartNavigation="true"

  • Thread starter Thread starter magister
  • Start date Start date
M

magister

Does smartnavigation on parent page make user controls page_load
twice...

Any fixes for this!!!

Problem is when boss sees smartnavigation he likes but it causes lots
of other bugs....why why!!!

Microsoft fix it!!!
 
The issue seems to be with my usercontrols because they contain
Iframes, the aspx page called in the iframe does its OnInit twice. I
suppose this has to do with the SmartNav Iframe need to execute twice
once to call the server, and once to reload the main page with control
changes...I have looked at the smartnav script and can find nothing
obvious to stop this, although it must be there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top