“~” 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 |
Difference between ASP Session and ASP.NET Session?
How you will manage the state of ASP.NET controls?
0 Answers Sans Pareil IT Services,
What is a web farm?
If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
How do you register the .Net Component or Assembly?
when using personlization, how do you access over setting at runtime?
Name the validation control available in asp.net ?
What is a 401 redirect?
In which event of page cycle is the viewstate available?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
Difference between asp and asp.net ?
4 Answers Accenture, BirlaSoft, TCS,
Where would you use an ihttpmodule, and what are the limitations of any?
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)