Why error in DataRow drow=new DataRow();
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
alobiucPosted Dec 21, 2004, 1:20 PM
BloopyPosted Dec 20, 2004, 3:58 PM