“~” 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 |
Can we use http handlers to upload a file in asp.net?
Explain difference between dataset and recordset?
What data type does the Range Validator control support?
What is cross page posting? How is it done?
Which object wraps the state or data of a user?
What is an application domain?
What are different transaction options?
what is diffrence between debug class and trace class in asp.net ?
What is validation in asp.net?
In which event of page cycle is the viewstate available?
what is asp and asp.net ?
2 Answers Inspira Technologies,
I create small website, i want accept all the browser this website? what will do?