| Author: Rathi 05 Jul 2008 | Member Level: Gold | Rating: Points: 0 |
give me ur code
|
| Author: Deepa 05 Jul 2008 | Member Level: Diamond | Rating: Points: 4 |
If you get this error when calling web service asynchronously, make sure adding the Async=”true” attribute as instructed by the exception message?
<%@ Page Language=”VB” Async=”true” AutoEventWireup=”false” CodeFile=”mynewpage.aspx.vb” Inherits=”mynewpage” %>
|