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
What is the difference between “out” and “ref” parameters in c#?
Name which controls do not have events?
What is the task perform by clr?
How do you set a class path?
What is entity framework c#?
Explain about Oops concept
What is datatable and dataset in c#?
What are the different types of classes in c#?
What is xor operator in c#?
Why do we use interface in c#?
What is the difference between a method and a property?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is a multi line comment?
Is arraylist generic in c#?
Can you inherit from multiple classes in c#?