How to consume a webservice in a windows application without
adding through the web reference?
Answer / sanjay
create a proxy class by using wsdl.exe.Once it done,through
this class you can call webservice.
Is This Answer Correct ? | 4 Yes | 3 No |
what are the main advantage in .net?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
If we remove web.config or machine.config from the application then, is this application will works?
What is rich control in asp.net?
How to Insert/Add in ASPXgridview
Define satellite assemblies.
Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is slidemaster?
Explain diff. Betn dataset and recordset?
What is the difference between server-side scripting and client-side scripting?
Have you used microsoft dataaccess blocks and Exception blocks?