c# - Load page in div when i click button -


i new asp.net. in home page used 2 image buttons. should want when button click different page need load in home page div tag. how can asp.net /csharp

use iframe

<iframe id="iframe1" ></iframe> 

use js change src i.e

document.getelementbyid('iframe1').src = yourpagepath;

thanks


Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -