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 cshtml?
What floating point types is supported in C#?
How jit (just in time) works?
How do you set a class path?
What do you mean by default constructor?
Is linkedhashset synchronized?
How do I create a dbml file?
Define parsing?
Is c# an open source language?
What is the C# syntax to catch any possible exception?
What are the 3 elements of delegation?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Explain the difference between pass by value and pass by reference.
What is collection class c#?
What is different about switch statements in c#?