Pass object to dynamically loaded ListView ItemTemplate
- by mickyjtwin
I have been following the following post on using multiple ItemTemplates in a ListView control.
While following this example does produce output, I am trying ot figure out how to psas an object through to the ItemTemplate's user control, which I do not seem to be able to do/figure out.
protected void lvwComments_OnItemCreated(object sender,…