A textbox generally gets named as "ctl00$Body$txtClientName". Can you control naming of the same?

 Posted by Bhakti on 12/23/2009 | Category: ASP.NET Interview questions | Views: 5488
Answer:

With the latest release of VS 2010, the answer gets changed to “Yes” from “No”.
Runtime naming of the controls were generally handled by complex algorithms running behind with the application. But it was overhead with length of the control names.
With the VS 2010, now user can define pattern of the control naming.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response