Hi Guys I have a .net database that is running off of access as a datatbase and it seems to be going slowly, and when it comes to a point were it takes to long i run a compact and rebuild, which fixes the issue temporary.
I was thinking about when the application loads, i can make it so the data dosnt display, but will dispaly when the filtered is clicked on...
will this make the application load quicker? since there is a lot of records....
I want set it so the grid dosnt load until they start filtering…. How would I trun off the loading display but make sure the load function dosnt get invoked again.... but then what would i have to put in the load procedue so i can have the grid display again
when the user clicks filter box……
I was thinkingCommand if not(!) postBack in the page load event..(because if you do filter you want the grid to load again)
any thoughts or help would be really appreciated I have attached ...
Go to the complete details ...