Why error in DataRow drow=new DataRow();

Dec 20 2004 6:56 AM
When I write DataRow drow=new DataRow();, it throws compilation error but DataRow drow works perfectly. Why it is so? Normally we create an instance before utilising properties/members of a class.

Answers (2)