How will you do redo and undo in textbox control?
No Answer is Posted For this Question
Be the First to Post Answer
What are the new thee features of com+ services, which are not there in com (mts)?
How do you create threading in.net?
Why did they call it .net?
What is assembly in .net?
Explain how to produce an assembly?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain the code behind wors and contrast that using the inline style.
How many types of exception handlers are there in .NET?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Why MVC programming model preferred?
Please explain what is heap and what is stack?
What security measures exist for .NET Remoting in System.Runtime.Remoting?