Click here to Skip to main content
15,905,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my ASP.Net app, I load multiple tables initially. If the loading is successful, the page displays well. But sometimes, 1 or 2 tables are not loaded, and the page thus does not display. I don't know why it happens and how I can determine whether the data are well loaded? Thanks.
Posted

1 solution

Use the debugger and step through the code. Examine the variable contents and make sure they are what is expected.

Really, we have nothing else to go on to tell you anything other than this.
 
Share this answer
 
Comments
s yu 13-Aug-15 15:20pm    
If on debugging, the time is somehow longer, there is no problem. Thanks.
Dave Kreskowiak 13-Aug-15 15:26pm    
Well, we can't see your code so it's impossible to tell you what's going on.

We also don't have any idea what you're referring to when you say "1 or 2 tables are not loaded". Without seeing the code that loads this data it's impossible to tell you what's going on.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900