using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebApplication1
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
iframGrid.Attributes["src"] = "https://www.thaicreate.com/dotnet/forum/055613.html";
}
}
}