Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Differnce between Control an View State

1 Answers   Proteans,


Where we create sessions for Banking Applications and how to create? expalin with code?

1 Answers   Wipro,


Which template must you provide, in order to display data in a Repeater control?

3 Answers   Siebel Systems, Wipro,


How would you implement inheritance using c#?

0 Answers  


Which control would you use if you needed to make sure the values in two different controls matched?

2 Answers  


What is a 401 redirect?

0 Answers  


How long should a session id be?

0 Answers  


What is class and object in asp.net?

0 Answers  


Whats an assembly?

6 Answers   Siebel Systems,


What are the new web part controls in asp.net 2.0 ?

0 Answers  


What is the main difference between Asp.net and Vb.net?

0 Answers  


What is the use of @Register directives?

3 Answers  


Categories