| Author: Williams 21 Nov 2008 | Member Level: Gold | Rating:  Points: 3 |
Hi,when u get the data using the stored procedure for the first time try storing it in the Cache and then use the data in the cache for subsequent requests instead of calling procedure every time.
|
| Author: Sankar Venkat 21 Nov 2008 | Member Level: Silver | Rating:  Points: 1 |
Did you set EnableViewState = True?
Regards, Sankar
|
| Author: Preet 24 Nov 2008 | Member Level: Gold | Rating:  Points: 1 |
Hello Sankar Yes, EnableViewState is already TRUE.
|
| Author: Preet 24 Nov 2008 | Member Level: Gold | Rating:  Points: 3 |
Thanks williams for your reply, I would now store the datatable in session varibale and populate menu on every page load event. Hope it would work, if i m wrong please let me know
|