<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.divPage
{
width:300px;
height:200px;
}
</style>
<script src="Scripts/jquery-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#LoadPage').load('Default.aspx');
});
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<div id="LoadPage" class="divPage">
</div>
</div>
</form>
</body>
</html>
Is it possible to show a progress bar?
ReplyDeleteHi,
ReplyDeleteThis is very infomative site,boss you are doing great job..
thanks
thank you very much....
god bless you brother.
thanks for that short tutorial. this helps me a lot.
ReplyDeleteHi, is there a way to load data, because in my aspx, I fill a dropdownlist by code behind, and if I use $('#dvInc').load('Default.aspx'); it doesn't.
ReplyDeleteWhy do you want to load a page inside a div which contains a dropdown. Why not load the dropdown directly inside the div?
ReplyDeleteDoesnt seem to work in Chrome ...
ReplyDeleteSuch a shame it doesn't work in chrome!
ReplyDelete