UserControl has no DataBound event?

C

crpietschmann

I have a UserControl that is used inside a datalist and I am databinding a
could of the UserControl's properties to the data displayed in the datalist.
My issue is I need to have some code run once all the properties are
databound, but the UserControl class doesn't have the DataBound event.

Does anyone know a way of doing this?
 
T

Teemu Keiski

It has DataBinding event which you could listen for or you can override
DataBind() method in a class inheriting from UserControl and place the code
after a call to MyBase.DataBind (or base.DataBind() in C#)
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top