Is it necessary to create a Windows application or Web
application to test a Web service ?
Is it must to consume this service?
Answer Posted / akbar
Run the web service project, you get a page listing its
methods. Click any method to pass params and see results.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the properties of the eventargs argument when capturing keyboard events?
Explain server-side scripting?
How does output caching work in ASP.NET?
What is the use of placeholder control? Can we see it at runtime?
What is global.asax file used for?
In which event of the page viewstate is available?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is asp.net version?
Where is http session stored?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What are demand-paging and pre-paging?
What is comparevalidator?
What is gridview in asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc