Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
WebDataGrid and BoundDataField error
posted

I am poulating a WebDataGrid (Version=10.3.20103.1013) with a DataTable. When I issue the statement:

Dim myBoundDataField As New BoundDataField(True)

I keep getting the error:

'BoundDataField' is ambiguous in the namespace 'Infragistics.Web.UI.GridControls'

I am importing:

Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Drawing.Drawing2D
Imports System.IO
Imports System.Globalization.Calendar
Imports System.Data
Imports System.Data.SqlClient
Imports System
Imports System.Collections.Generic
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports Infragistics.Web.UI.GridControls

Any thoughts on why I get this error?