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 |
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?
What are the differences between system.string and system.text.stringbuilder classes?
what is IComparable
What is foreach loop in c#?
Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar
What is difference between Method and function
What is a nullreferenceexception and how do I fix it?
What framework is used for performance testing/load testing?
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
What is an actual parameter?
What is application object in c#?
What is main thread in c#?