Why we put script in head of asp.net page Why not in body?
Answer Posted / satya
in body we need write the appearance of the page, if you
need call anything by demand that should be written in head
section for that we have to write script.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
In .NET how can you solve the DLL Hell problem?
What exception can an overridden method throw in comparison with the method it is overriding?
Is string passed by reference in c#?
Are tuples mutable c#?
Why do we need serialization?
What is the difference between dataset and datatable in c#?
What is difference between abstraction and encapsulation in c#?
What are reflections in c#?
How do you create user defined data types in c#?
What are the characteristics of c#?
Write a C# program to find the Factorial of n
What is the importance of closing an ado.net application?
What is Named parameter in C#?
What is the difference between an application domain and a process?
What is a boolean c#?