“~” 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 Web Service help? What is the difference between Remoting & Web Servcies?
Describe the difference between inline and code behind - which is best in?
How to use DevExpress controls
Mention few asp.net validators.
Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?
What is the use of response redirect in asp.net?
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
Explain how can you debug your .net application?
how to handle sql exceptions?
what is the difference b/w Asp.net server controls and html server controls in .net?
2 Answers iGate, Profiniti Systems,
How would you implement inheritance using c#?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?