⟩ What is the lifespan for items stored in ViewState?
Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).
Item stored in ViewState exist for the life of the current page. This includes postbacks (to the same page).
Explain What is an assembly?
What is .NET remoting?
Explain Diff between Dataset and Datareader?
Explain Diff. betn Dataset and Recordset?
What is the root namespace for all types?
In order to get assembly info whcih namespace we should import?
Can you edit data in the Repeater control?
What method do you use to explicitly kill a user s session?
Explain What is an abstract class?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?