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 operator means?
What are extender provider components?
What is the difference between new and override in c#?
Is string primitive?
Explain how do you directly call a native function exported from a dll?
Is post back in c#?
What are the steps to create an assembly and add it to the gac?
Can enum be null c#?
What is c# windows form application?
How do I use the 'using' keyword with multiple objects?
How do you prevent a class from being inherited in c#?
What is the difference between hashtable and dictionary?
What is the use of the dispose method in C# ?
What are concrete classes?
What is a class level variable in c#?