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 is a page life cycle? What are the events in a page life cycle?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How you can access the values from the Repeater control in ASP.NET?
How can I configure asp.net applications that are running on a remote machine?
Where is asp.net session stored?
How does session authentication work?
Can we add code files of different languages in app_code folder?
What is state management techniques in asp.net?
What is the life cycle of an asp.net page?
What is parse in asp.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the event handlers that we can have in global.asax file?
Explain the difference between asp.net mvc and asp.net webforms
How to disable disable browser's Back button in asp.net (JavaScript)?