datagrid speed issue
- by girish
i m binding gridview in asp.net application...
i m about to bind some thousand records in datagrid...
on RowDataBound event of the grid i need to check if the log in user is authorised to view the perticuler record...so i need to send database request...like wise such other two to three operation requires to send request to database....
about three to four request are sended to database during each row bound of the gridview...is it effective on speed of the grid?