Answer Posted / s. verma
Absolute paths are not portable between applications. If you
move the application that the absolute path points to, the
links will break.
Relative paths in the style of client elements can be
difficult to maintain if you move resources or pages to
different folders.
To overcome these disadvantages, ASP.NET makes available the
Web application root operator (~), which you can use when
specifying a path in server controls. ASP.NET resolves the ~
operator to the root of the current application. You can use
the ~ operator in conjunction with folders to specify a path
that is based on the current root.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What do you mean by authentication?
How does u get record no from 5 to 15 from a dataset of 100 records?
Which platform does Microsoft .NET use for exchanging data between applications?
What is session in http request?
What are the differnt types of handler in ASP.NET?
What is postback pixel?
What is the difference between login controls and forms authentication?
Explain swagger components.
What are the differences between clr & cts?
What is server side session management?
Explain the asp.net mvc request life cycle? : asp.net mvc
What are the new data controls in asp.net 2.0?
Do session use cookies in asp net?
Is asp.net web forms dead?
Explain Session state management options in ASP.NET.