my question comes slow
-
i have developed a online examination application in asp.net but i faced trouble in examination part when user give exam and then he pressed next button for next question then next question come too late... in this past i stored all question in datatable from database on page load and then show them one by one and its run very well on local host but on server its run too slow and i don't know to show question with another way so plz help me to solve this problem...
-
i have developed a online examination application in asp.net but i faced trouble in examination part when user give exam and then he pressed next button for next question then next question come too late... in this past i stored all question in datatable from database on page load and then show them one by one and its run very well on local host but on server its run too slow and i don't know to show question with another way so plz help me to solve this problem...
If you are reading directly from the database everytime, try optimizing your database query. On the web page side, the problem could be anything from long running loops to network speeds.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
i have developed a online examination application in asp.net but i faced trouble in examination part when user give exam and then he pressed next button for next question then next question come too late... in this past i stored all question in datatable from database on page load and then show them one by one and its run very well on local host but on server its run too slow and i don't know to show question with another way so plz help me to solve this problem...
Get All data at once in List and display question one by one. And if page is using heavy controls then use jquery/Ajax to update just Questions.this will not invoke postback and your execution time can be reduced. Hope this Help.
Pratik Bhuva --------------- The night is darkest just before the dawn. And I promise you, the dawn is coming