What are the different Key TreeView Properties in Asp.net
2.0?
Answer Posted / saisudha
The ASP.NET TreeView control is a powerful server-control
for rendering TreeView UI, as shown in the figure below. It
supports a variety of programming models, from statically-
defined trees, to dynamically constructed trees, to
databound trees.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Life cycle of ASP.NET page when a request is made.
In Code-Behind class which kind of code (server or client) is found ?
What are the three parts of an http response?
What is enableviewstate?
Is it possible to write code in many languages in one asp.net project?
What is the part of url?
What are the features of asp net?
Why do you use the app_code folder in asp.net?
Can you explain the importance of finalize method in .net?
What is a web api endpoint?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is session handling in a webfarm, how it can work with its limits?
What is the file through which you can customize your asp.net application?
Which is faster viewdata or viewbag?