Home > Net >  The iframe and partial refresh
The iframe and partial refresh

Time:09-27

Just learning ASP.NET, a BBS system to do, want to ask a question, I do BBS home page have a navigation bar on the left, and links to each section, click on the navigation links, on the right side load corresponding section in the content, in order to achieve this function use the iframe or local refresh is good? Good reference case specific how to do? thank you

CodePudding user response:

Or is there any other options?

CodePudding user response:

Can be combined, use ajax to change the iframe SRC

CodePudding user response:

Before the BBS system are generally use the iframe

CodePudding user response:

Can use the asp.net MVC view,
Or find some front-end framework, such as aceadmin
http://ace.jeka.by/index.html

CodePudding user response:

The iframe can also,
Target with a label pointing in the direction of the iframe id of the

CodePudding user response:

Iframe let you menu corresponding page, local with ajax requests to refresh your page elements in the assignment
  • Related