K
karim
I am getting the error below when I try to use DataRowView in my aspx page.
I am using the System.Data in my code behind. I even tried importing
system.Data in the aspx. I have to qualify it with System.Data to get it
going. Why is that?
Error Message:
The type or namespace name 'DataRowView' could not be found (are you
missing a using directive or an assembly reference?)
Karim
I am using the System.Data in my code behind. I even tried importing
system.Data in the aspx. I have to qualify it with System.Data to get it
going. Why is that?
Error Message:
The type or namespace name 'DataRowView' could not be found (are you
missing a using directive or an assembly reference?)
Karim