srinivas kalluri

Greenhorn
+ Follow
since Sep 16, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by srinivas kalluri

why don't you do the adding operation to the xml file using xml operations itself.
19 years ago
getting 10000 records from a database and iterating thru them or displaying them, is nothing and its not a major performance problem. check out your code this will be done in a split of a second.
If you are concerned on the time it is taking to load 10000 records then there should be some other problem. Specify your problem correctly....
19 years ago
Hi,
When you are getting the submenus data for the first time from the database cache the data in the session object, and use the cached data when you need it for the next time. This would reduce the database interactions each time you click the menu to get the submenu.
19 years ago