Forum Moderators: open

Message Too Old, No Replies

Can't get data to display in live environment

         

andrewsmd

2:17 pm on Sep 30, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I call a sp and populate some labels with vb. When I run this in visual studio locally it works fine. However, when I move the code to our server, it doesn't display any data in the labels. I know it is getting the data because the gridview gets populated just not the labels. Does anyone have an idea why. I can post some code if need be. Thanks,

Ocean10000

10:29 pm on Sep 30, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Does it have the same datasource as the gridview? If it doesn't I would make sure it has the same connection string information as the gridview which is working.

andrewsmd

1:30 pm on Oct 1, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Everything uses the same datasource, the information actually comes from the same table for both places. Someone has mentioned deleting the appmanifest.xml file. I'm going to try that a post back here.