asp mean
Answers were Sorted based on User's Feedback
Answer / dsr
asp mean active server page. we are writing serverside
coding in<% %> delimerities.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / premkumar
asp means active server page. It is client side scripting
language.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / sahil
asp means:- Active Server Pages
Which are used by client side as scripting language.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is dot net architecture?
Tell us what is a sealed class?
How Can Registry Editor in .NET?
How can you turn-on and turn-off cas?
what is a strong name?
Why do we use the “using” statement?
How can you assign an rgb color to a system.drawing.color object?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How is a property designated as read-only?
What are the namespace available in .net?
Can you configure a .NET Remoting object via XML file?
Explain what are the deferred execution and the immediate execution in linq?