“~” means in asp.net application?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anjani
"~" is used to represent the current application folder in asp.net
Is This Answer Correct ? | 6 Yes | 0 No |
How Clustered Index and Non clustered index stored on SQL server?
what is postback implementation?when pre-render event n init event is fired?
Describe how passport authentication works.
What is pre-init event in ASP.NET 2.0 page life cycle?
How to create events for a control?
When do you set "<IDENTITY impersonate="true" />" ?
How do you install windows service?
Is there any limit for query string? Means what is the maximum size?
What command line used to generate Runtime callable wrapper.
What are type/key pairs in client script registration?
What symbol would you use to denote, the start of a code block in aspx views?
What are the different authentication modes in the .NET environment?