I have a ASP.Net TreeView Control with Checkboxes along Child nodes. I want to get Text of the checked Child Node in the TreeView control. And I want to get the checked Child Node Text using jQuery/JavaScript. Mostly I had used jQuery in the page I had done.
I had used $(this).text(), but its not working. Since the control is ASP.Net TreeView control and I am using jQuery. So either jQuery or JavaScript
Since you didn’t post a sample of what you’re working with I created an example that tries to cover a few different scenarios.
On button click…