Insert on empty ListView

  • Thread starter Thread starter DavidC
  • Start date Start date
D

DavidC

Does anyone know how to pre-populate a field on a ListView control when the
bound datasource is empty? I can do it in Itemdatabound when there are
already records but the same process does not work when the datasource is
empty. Thanks.
 
Does anyone know how to pre-populate a field on a ListView control
when the bound datasource is empty? I can do it in Itemdatabound when
there are already records but the same process does not work when the
datasource is empty. Thanks.

one option is the empty template.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top