This is a migrated thread and some comments may be shown as answers.

Grid data doesn't show up

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Darryl
Top achievements
Rank 1
Darryl asked on 24 Oct 2011, 09:09 PM
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.

 

 

 

 

 

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.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 27 Oct 2011, 10:57 AM
Hello Darryl,

Based on the provided information I could suggest you to check the connection string used to the database. Also make sure that the credentials which are used to access the DB are correct. The connection string could be found in Web.Config under the connectionStrings tag. Within the connection string are the fields for user name and password.

Give this suggestion a try and let me know if you need further assistance. If the issue persists, please provide additional information about what kind of DB you are using, what is the connection string, how the grid is binded and everything you consider as important and could help us to diagnose the problem.

Looking forward for your reply.

Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Darryl
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or