What is early binding and Late binding. Difference which is
better ?
Answer Posted / rakesh kamboj
Early binding:: Properties and method can be identified by
compile time.
Example: dim rs as recordset
Late binnding: Properties and method can be identified by
Run time.
Example: dim obj as classname
set obj=new classname
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of asp.net?
Explain about secure socket layer?
How do u deploy your asp.net application?
Explain the disadvantages of viewstate?
How can you handle exceptions in asp.net?
What is the purpose of url encoding?
What are the differnt types of handler in ASP.NET?
How does session work in asp net?
What are the new navigation controls in asp.net 2.0?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Explain the difference between Repeater and Data list control in ASP.NET?
How long should a session id be?
Can you set the session out time manually?
What is viewstate parameter?
What is custom events?