Home All Groups Group Topic Archive Search About

Re: Databinding Syntax Not Working in ListView LayoutTemplate

Author
2 Jan 2009 4:53 PM
Wallace Breza
You can subscribe to the "LayoutCreated" event within the
ListView control.  Within the event handler, cast the
sender to the ListView, perform a FindControl(id) for the
control within the LayoutTemplate that you want to
manipulate and programatically databind your control(s).

*** Sent via Developersdex http://www.developersdex.com ***