hey all,
i've added a dropdownlist object into tableCell td in my code
further down the code
i inspect the td.Controls
and i can see the the dropdownlist bright as day.
however, when i try to do
td.FindControl( 'id')
it returns null?
any ideas off the top why this may be?
thanks,
rodchar
i've added a dropdownlist object into tableCell td in my code
further down the code
i inspect the td.Controls
and i can see the the dropdownlist bright as day.
however, when i try to do
td.FindControl( 'id')
it returns null?
any ideas off the top why this may be?
thanks,
rodchar
Comment