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

What asp.net control can embed xaml into asp.net pages?

1017


What are different methods of session maintenance in asp.net?

1118


What is a session government?

946


How do you open a page in a new window?

1020


Differentiate between a page theme and a global theme?

1015


How can we create pie chart in asp.net?

1105


What is content place holder?

1026


How many types of session in ASP.NET

1126


Explain the difference between response.redirect vs server.transfer

1189


What are the server control tags in asp.net.?

1100


What is active web pages?

1007


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171


Explain difference between dataset and datareader?

1095


What is windows active directory authentication?

1103


What are the different types of validation controls provided in ASP.NET?

1203