OnItemDataBound Problem

S

Simang

Hi,

I created a DataGrid programmatically, my problem is that I dont know
how to associate a function with the OnItemDataBound event of the
Datagrid if it's created programmatically.

Would anyone help me do this?

Any help will be much appreciated.

Thanks!

Mayet


Here is a sample code...

Dim oGrd As DataGrid
oGrd = New DataGrid()

Dim oDS As DataSet = New DataSet()
oDS = oPL.GetReport()

grdPayroll.DataSource = oDS
grdPayroll.DataBind()

Private Sub grdItemDataBound() ....
End Sub
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top