I have a browser based form that has 5 views. Everytime the viewe is swicthed it receives data from another list (task list)to display in the form. However, there is about 15 fields per view that displays values but takes 30 seconds to a minute to open. I need to figure out a way to speed this up. There is only about 500 items in the list that stores the data so I figured it can be that causing the issue but I am not sure. i probably can write code to set the values of the textbox. would this help? Or I can create a bunch of custom ist views for the llist (task list) that stores this data and use a web service or URL filter(owsfilter or something like that) to retrieve the data? any suggestions on how to improve the performance on a form that display alot of data per view?