how can i get access to a tree view ,which is placed in a tab contol
i used
treeView1.TopNode.Text=filename;
for setting the top node name. but it always shows an error like
"Object reference not set to an instance of an object"
can anyone help me