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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -