“~” means in asp.net application?

Answers were Sorted based on User's Feedback



“~” means in asp.net application?..

Answer / lakshmikanth

~ is used to call destructor also

Is This Answer Correct ?    9 Yes 1 No

“~” means in asp.net application?..

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

“~” means in asp.net application?..

Answer / anjani

"~" is used to represent the current application folder in asp.net

Is This Answer Correct ?    6 Yes 0 No

“~” means in asp.net application?..

Answer / harender

good

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

How Web Service help? What is the difference between Remoting & Web Servcies?

2 Answers  


Describe the difference between inline and code behind - which is best in?

0 Answers  


How to use DevExpress controls

1 Answers  


Mention few asp.net validators.

0 Answers  


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  


What is the use of response redirect in asp.net?

0 Answers  


How can you debug an ASP page, without touching the code?

1 Answers   Prodigy Technologies,


Explain how can you debug your .net application?

0 Answers  


how to handle sql exceptions?

4 Answers   Marlabs, TCS,


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#?

0 Answers  


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?

2 Answers   Marlabs,


Categories