I am using Asp.net and c# 4.0. In the register.aspx form i have taken a filed city and apply autocomplete on it form database. I have used webservice for fetching the data and jquery autocomplete but it is giving error.
error unknown
error unauthorized
and when i have open javascript console it is giving error -
Failed to load resource: the server responded with a status of 401 (Unauthorized)
The provided information is not enough to determine what the root cause of the error you are facing is. Please share us your related markup for us to check.
thanks.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
devank
Member
1 Points
23 Posts
Jquery
Jan 31, 2013 10:36 AM|LINK
I am using Asp.net and c# 4.0. In the register.aspx form i have taken a filed city and apply autocomplete on it form database. I have used webservice for fetching the data and jquery autocomplete but it is giving error.
error unknown
error unauthorized
and when i have open javascript console it is giving error -
Failed to load resource: the server responded with a status of 401 (Unauthorized)
i have change my webconfig to
<system.web.extensions>
<scripting>
<webServices>
<authenticationService enabled="true" />
</webServices>
</scripting>
</system.web.extensions>
but also not working
Please help me
Yanping Wang...
Star
14919 Points
1537 Posts
Microsoft
Re: Jquery
Feb 07, 2013 06:06 AM|LINK
hi devank,
The provided information is not enough to determine what the root cause of the error you are facing is. Please share us your related markup for us to check.
thanks.
Feedback to us
Develop and promote your apps in Windows Store