How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).
3 6267how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
2953If we write a goto or a return statement in try and catch block will the finally block execute?
6 13178Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com
3 6088Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
1 3559Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
2 5067why C++ Partial Object Oriented Programming Language and C# and Java Fully Object Oriented Language
11 41741
What are strongly typed objects?
Explain the types of Polymorphism.
What is string pool in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What does addressof operator do in background ?
Explain the clr triggers?
What is iqueryable in linq?
What is a multicast c# delegate?
What is jagged array?
Explain circular reference in c#?
List out the differences between array and arraylist in c#?
What is unrecognized escape sequence in c#?
What is the difference between int and int in c#?
What is the delegate in c#?
Explain what are the steps for creating clr trigger?