PDA

View Full Version : linq and GridView



mahrokh_1121
پنج شنبه 13 آبان 1389, 14:25 عصر
سلام
من یک Query رو باlinq بصورت زیر به یه GridView وصل کردم ولی همش Error
"Object reference not set to an instance of an object." رو میده
کلافم کرده
لطفاً کمکم کنید


protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
BookStor.Data.MyModelDataContext Bank = new MyModelDataContext();
var Query = (from M in Bank.View_NazarMainInfos
where M.BookID == BookID
select M).ToList();
this.GridView_Nazar.DataSource = Query;
this.GridView_Nazar.DataBind();
}
}

dbdbdb
یک شنبه 07 آذر 1389, 18:38 عصر
.tolist
رو برداری حله