Can we set the Seperator Template of a DataList in run time

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

Hi,

I want to add some control to the Seperator Template of a DataList in run
time, How can I do that?
 
ad,

I don't see why not. The DataList exposes the SeparatorTemplate
property, which will return return the implementation of the ITemplate
interface representing the separator. There is no reason you shouldn't be
able to modify this.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top