“~” 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 |
Explain global assembly cache.
How many types of Cookies are available in ASP.NET?
Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?
Can action method static?
What are the 4 tenants of SOA/D.
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
what is an Eventbubbling?
How we implement web farm and web garden concept in asp.net?
How can we make sure that Web API returns JSON data only?
Usage of web.config?
What do you mean by query string?
What is Model-View-View Model?