The grid data is being displayed properly when I'm running my app on localhost but after I've uploaded it to our development server the grid doesn't return any data at all.
The SQL query is on the ASP side of things. Any insight would be appreciated.
protected void radBtnSearch_Click(object sender, EventArgs e)
{
radGridLastName.Rebind();
}
The SQL query is on the ASP side of things. Any insight would be appreciated.