Click here to Skip to main content
15,887,349 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys,

I want to use Asynchronous web service in web user control,

but when i add this attribute:
HTML
Async="true"
to
ASP.NET
<%@ Control %>

it give me error as this attribute must add only to
ASP.NET
<%@ Page %>


but web user control not a page but control,
then what can i do?
Posted
Comments
Herman<T>.Instance 10-Aug-11 0:20am    
what errors do you get when you remove the async=true attribute? I read your webservice is asynchronous.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900