Hello
I have master page and content in update panel. Select of gridview work so slow. What can be problem ? How can it be fast ?
I need to select record and display record in textboxes for update.
Thanks.
The problem might be your update panel. With update panel whole page is submitted to the server even though small part of it gets updated. You need to check what is going on via fiddler. Simply find your request there and see how much time does it get to
send request and receive response. Also the problem could be your huge view state, server-side code or latency issue. In any case you need to start from profiling and identify weak area first
沒有留言:
張貼留言