If they are More controls on webpage, How to manage?
-
HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?
G. Satish
-
HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?
G. Satish
-
HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?
G. Satish
Satish wrote:
How you manage this page.
Don't you ask what he/she meant by "How you manage this page"?
Satish wrote:
Webpage containing more than 200 controls means its processing to server everytime page requests
It's very strange. How come "Webpage containing more than 200 controls" means "its processing to server everytime page requests"? No matter how many controls you have in a particular page. If you don't submit anything then there won't be any postback..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
sulabh2020 wrote:
becoz it does not required parsing of ASp.net control tags to HTML tags which saves lot of processing n time.
So, you are going to write the code in Javascript?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)