How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
No Answer is Posted For this Question
Be the First to Post Answer
What are three common acronyms used in .net, and what do they stand for?
Why inheritance is important?
what is assembly?
What is Method Overriding? How to override a function in C#?
What are server controls?
Explain what is the difference between a class and an object?
Difference between abstract class and interface in .net?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What is exception handling?
How to create properties and methods using controls?
What is il in vb.net?
Difference between VB.NET and C#. Which is faster ?