Page not loaded properly
-
Hi, My Asp.net page having a problem.First time it working properly,but next time not working.I have to refresh it every time for populated data. :(
modified on Saturday, March 8, 2008 8:30 AM
There's no way you're ever going to be able to develop if you CAN'T READ! "Please do not post programming questions here." it says so at the top of the page. It doesn't matter that you asked your question in here too! You won't get an answer for it in this forum.
Cheers, Mircea "Pay people peanuts and you get monkeys" - David Ogilvy
-
There's no way you're ever going to be able to develop if you CAN'T READ! "Please do not post programming questions here." it says so at the top of the page. It doesn't matter that you asked your question in here too! You won't get an answer for it in this forum.
Cheers, Mircea "Pay people peanuts and you get monkeys" - David Ogilvy
-
The question was posted in "The Lounge" forum when I replied to it. It was probably moved here by an administrator.
Cheers, Mircea "Pay people peanuts and you get monkeys" - David Ogilvy
-
Hi, My Asp.net page having a problem.First time it working properly,but next time not working.I have to refresh it every time for populated data. :(
modified on Saturday, March 8, 2008 8:30 AM
sanaja wrote:
First time it working properly,but next time not working
Can you elaborate on what is happening? Any specific error messages that you are encountering?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
sanaja wrote:
First time it working properly,but next time not working
Can you elaborate on what is happening? Any specific error messages that you are encountering?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonActually my problem is I have some screens on Asp.net by using Ajax. In these screen I am using some drop downs and data grid. On page load data is populated on dropdowns by default and on run button click data is populated on data grid based on selected value from drop down. First time when I open any screen everything is working properly but next time its not loaded data on run button click, for this I have to refresh page and then the screen working.