“~” 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

Can we use http handlers to upload a file in asp.net?

2 Answers  


Explain difference between dataset and recordset?

0 Answers  


What data type does the Range Validator control support?

5 Answers  


What is cross page posting? How is it done?

0 Answers  


Which object wraps the state or data of a user?

0 Answers  






What is an application domain?

2 Answers   Microsoft,


What are different transaction options?

2 Answers   Astadia,


what is diffrence between debug class and trace class in asp.net ?

2 Answers  


What is validation in asp.net?

0 Answers  


In which event of page cycle is the viewstate available?

0 Answers  


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?

1 Answers  


Categories