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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain client side state management system.

1059


Explain the differences between managed and unmanaged code?

1107


What is application and session in asp.net?

1015


Explain about the Class view window?

1040


Can you change a Master Page dynamically at runtime?

1016


Explain diff. Betn dataset and recordset?

1068


How can you use a custom controls in ASP.NET application?

1055


What is a response cookie?

1169


what is meant by sitemapnode ?

2055


What is a uri query?

1052


What is postback pixel?

1072


What is a session government?

950


What are custom user controls in asp.net?

1060


Which is the parent class of the web server control?

1138


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

1148