Why we put script in head of asp.net page Why not in body?
Answer / 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 |
How do you implement thread synchronization in c#?
Does c# support const methods, properties, or events?
Can a struct be null?
What is a function c#?
What are the steps for creating clr trigger
What is the difference between convert and parse in c#?
What are properties and indexer?
Why delegate is used in c#?
Define assert() method? How does it work?
Are private class-level variables inherited?
What is an xsd file?
What is the use of ienumerable in c#?