“~” 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 |
If you are using components in your application, how can you handle exceptions raised in a component?
What is base class of button control in .net?
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
What is DataGrid wheater its a Server Control or something else ?
Features in ASP.NET?
What is clr? Difference between clr & cts?
What is a gridview in asp.net?
How do you do exception management?
1 Answers Accenture, BirlaSoft,
Explain the life cycle of an ASP .NET page.
What is Assembly?
3 Answers Inspira Technologies,
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
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)