how does this work? objds.tables(0).select

G

Guest

hi, can the source below actually bind to a ds?

dgDistiAudit.DataSource = objListds.Tables(0).Select("Ntf_Aud = 'T' AND Ntf_fin = 'F'")
dgDistiAudit.DataBind()
 
S

Shiva

Hi,

This code actually binds the grid to an array of DataRow; not any dataset.
The data source need not be a DataSet.

hi, can the source below actually bind to a ds?

dgDistiAudit.DataSource = objListds.Tables(0).Select("Ntf_Aud = 'T' AND
Ntf_fin = 'F'")
dgDistiAudit.DataBind()
 

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,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top