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 validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which method is used to force all the validation controls to run?
How can we create pie chart in asp.net?
Can you explain page lifecycle in net?
What are session state modes?
Can you explain architecture of your project ?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the differnt types of handler in ASP.NET?
What is css and what is it used for?
What are the new login controls in asp.net 2.0?
How we can force all the validation controls to run?
What is the difference between dynamic SGA and static SGA?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How many types of file extensions for razor views in ASP.Net MVC?
What is the use of asp.net web api?