Archive for ASP
Debugging ASP,JavaScript,VBScript in IE & Firefox
Posted by: | CommentsDuring development debugging plays an important role as it reduces our development efforts in fixing the bugs.In this article we will describe some of the techniques to help you with debugging the ASP, JavaScript,VBScript in Internet explorer and Firefox.
How to Call a ASP.NET Web Service from ASP page
Posted by: | CommentsAfter the big success of ASP.NET every body is migrating their ASP application into .Net. But for large ASP applications it’s always difficult to go at one shot , so tendency will be to develop some part of the application first and then go to next part. When you have a web application with mixed technologies like .Net & Asp, it’s always important to share resources between both the technologies like using DOM objects in ASP.net & web services in ASP. But does sharing of these resources quite easy ?
I should say No, In this article i will explain the ways to call ASP.Net Web service.