|
i wrote an application, which was meant to be deployed via web server using smart client technology.
however, i found that it is very SLOW for client pc to start the application. it could take one minute to start an 8kb application. i checked and checked, then i realized it was my datagrid which slow down the application. my datagrid showed only 3 records. as long as i removed the grid, it was fast, perfect.
so, what is the problem with the datagrid? |