what is the challenging situation you faced in your career?
Answer Posted / vikki
plz answer for this question
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are standard controls?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Is it possible to write code in many languages in one asp.net project?
Explain automatic memory management in .net.
To display data in a Repeater control which template you provide?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is server infrastructure & server components?
What are the events that happen when a client requests an asp.net page from iis server?
When you use Ajax controls in the ASP.NET application?
What is the use of execute non query in asp.net?
What is cookies cache and session?
Describe the diffeerence between inline and code behind?
What is the difference between abstract class vs interface? Can give me the real time examples?
Which protocol is used in a web api?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?