Click here to Skip to main content
15,889,763 members

Comments by Madhav Gunjal (Top 36 by date)

Madhav Gunjal 10-Jul-17 3:34am View    
No,because I have that .wsdl file
means i have added that file from Add serevice references it self ,here am only puting the physical location of my file to the Address Textbox.Instead of web references.
Madhav Gunjal 10-Jul-17 3:19am View    
I haven't done any code so far,
I have just created a web service client and trying to access the class from that in my code.
i.e after including the namespace of my service reference.
and simply the class name e.g if there is a class MyClass in my service am trying to call that like below.

using ConsoleApplication11.ServiceReference1;
namespace ConsoleApplication11
{
class Program
{
static void Main(string[] args)
{
MyClass obj = new MyClass();
}

}
}

which is not happening with me.
Madhav Gunjal 5-Jan-17 8:08am View    
i came to this just because when am clicking on button which is in my control then that click action reloads entire page,so many people suggest meajax call and all that
Madhav Gunjal 5-Jan-17 6:53am View    
so is there any aother way to get thsi?because am going to use that control on master page.
Madhav Gunjal 5-Jan-17 1:56am View    
here i have a user control so how do i implement this thing with user control and master page?