public void Load_albumimg(int _Newsid, ref Repeater rp, int _type) { rp.DataSource = pro_detail.Load_albumimgPlus(_Newsid, _type); rp.DataBind(); }