what is a virtual class?
Answer / alb.shah
In multiple inheritance when a class D is derived by two
base classes B and C and both base class is also inherite
by same class A then then class D will get duplicate copy
of uppper most base class A.In this case class A will
declare as virtual class
Is This Answer Correct ? | 4 Yes | 1 No |
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Difference Between ReadOnly and Constant Variable in compile time and Run Time.
3 Answers Phoenix Technologies, Quadrant,
When is validation done on the client? How does client-side validation improve the efficiency of an application?
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
How is it possible for .NET to support many languages?
What is Web API Routing?
Elaborate differentiation between ViewState and SessionState?
Explain server-side scripting and client-side scripting.
How do you create a permanent cookie?
and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.
What threading model used in asp and asp.net?
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).