i have grid that uses around 12 to 15 label when i bind it…and grid contains thousands of records, now if i’ll use litral control instead of label will it help to improve the speed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is probably a lighter control but neither a
LabelorLiteralcontrol are that complex. You are better off looking at other solutions such as paging the data instead of rendering thousands of rows.