Default
<%@ Page language=
<!DOCTYPE HTML PUBLIC
<HTML>
<HEAD>
<title>WebForm
<meta name=
<meta name=
<meta name=
<meta name=
<script type=
</HEAD>
<body>
<form id=
<div id=
<script type=
Updater(
</script>
</form>
</body>
</HTML>
AjaxHelper
var AjaxHelperUrl = new String(
var Updater = function(ajaxTemplate
{
if (typeof output ==
{
output = $(output);
}
new Ajax
}
var SerializeForm = function(form)
{
return Form
}
var FormatContent = function(str)
{
var content = new String(str);
var prefix = new String(
content = content
return content;
}
UserControl GetPageSrc
private void Page_Load(object sender
{
lbUrl
System
client
try
{
txtPageSource
}
catch(Exception ex)
{
throw ex;
}
}
[
From:http://tw.wingwit.com/Article/program/net/201311/15431.html