error in binding to a database
When i am trying to run a program in the second chapter,"binding to a database".
I am getting an error at this line
DataGrid1.DataSource=DataSet1.Tables("Products").D efualtView
'DefualtView' is not a member of 'System.Data.DataTable'.
I am beginner for asp.net,so please anyone who tried this program.Please help me.
Thanks
Sirisha
|