Dear All,
I have RadGrid in my page here when i binding my grid not data displaying in grid.but i can get data and there showing count and data everything but i cant showing that in grid..what i missed .. my code is
Thanks in Advance..!
I have RadGrid in my page here when i binding my grid not data displaying in grid.but i can get data and there showing count and data everything but i cant showing that in grid..what i missed .. my code is
Thanks in Advance..!
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { RadGrid1.DataSource = applicationProcess.SelectLocations(); RadGrid1.DataBind(); }}