Request clarification before answering.
Hi Sameer Ahmad
First understand what is difference between Absolute and Relative Path:
Relative paths : If you want to use relative path to reach to certain file, you need take as reference the current working directory.
EX: <a href ="abc.html" />
Absolute Paths : If you want to use absolute paths you refer to a certain directory where this file exists.
EX: <a href ="www.abc.com/rootDir/abc.html" />
Now come to your Question and relate with above explanation:
Path: Lastname --> Path here represents the property of your Entity or EntitySet which you are binding in Tree node.
Absolute Path: /singleSet('ANAMIKA')/lastname --> This has Root level information where your Property resides. So this will be Absolute Path.
Relative --> It shows Relative because you are binding Text element using Relative path (No Root Information).
Please refer below location for more understanding
https://www.w3schools.com/html/html_filepaths.asp
Hope this helps..
Thanks-
Abhishek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.