Naming controls in aspx pages
satya - Wednesday, June 06, 2007 8:32:15 AM
I named them as follows
queryNameId
queryNameDescId
queryId
satya - Wednesday, June 06, 2007 8:33:10 AM
I believe I should have named them instead
controlQueryName
controlQueryNameDesc
controlQuery
satya - Wednesday, June 06, 2007 8:33:35 AM
that would have given me a quick way to identify them through the ide
that would have given me a quick way to identify them through the ide
satya - Wednesday, June 06, 2007 8:34:18 AM
if it is too verbose then I could even go with
cQueryName
cQueryNameDesc
cQuery