datagrid speed issue

Posted by girish on Stack Overflow See other posts from Stack Overflow or by girish
Published on 2010-04-26T09:44:38Z Indexed on 2010/04/26 9:53 UTC
Read the original article Hit count: 216

Filed under:

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?

© Stack Overflow or respective owner

Related posts about ASP.NET