How to use treeview.selectednode.tag property in program?

  • Thread starter Thread starter yfzhu
  • Start date Start date
Y

yfzhu

I want a filter:

"menu_id = " + treeview1.selectedNode.tag?

why it can not run?
 
"menu_id = " + treeview1.selectedNode.Tag.ToString();

see whether can work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top