“~” means in asp.net application?
Answers were Sorted based on User's Feedback
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 |
Answer / anjani
"~" is used to represent the current application folder in asp.net
| Is This Answer Correct ? | 6 Yes | 0 No |
Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)
How does the XmlSerializer work? What ACL permissions does a process using it require?
What is application state?
About duration in caching technique ?
how we declare interface
What is protected configuration?
what is Versioning in asp.net and how it maintain in any web application
what is loosely coupled solution? How it can be used?
What is the difference between a page theme and a global theme?
What are Http handler ?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)