I have a page wrote in c# with seven gridviews, each one in a different tab. On page load, i bind all the gridviews with data and using paging to reduce the amount of data of the grid.
When i change from one tabs to another one, it get a lot of seconds to show the content of the other, but the page don't do a new bind. The time is waste just to jquery ui hide the old tab and unhide the selected.
Is there anything to do to reduce this time? I think there is no reason to this delay just to hide and unhide contents.
I implemented a new Dialog using JQuery UI but i encountered a problem.
I am using the dialog in a UpdatePanel in a User Control. I open the dialog using the *.dialog('open'), change any DropDown in the Dialog and close it using *.dialog('close'). After i open the dialog again and everytime i change any Dropdown, the empty textbox are filled with commas.