-
JScript request calling Aspx page
Hi,
When i do a request submition to an Aspx page using the Ajax concept i get
request.status = 404
on the response text = "The resource cannot be found"
on the response body some gibrish text "浴㹬††格慥㹤††††"
.
and sometimes i get
request.status = 200
and no problems accured.
this happense irregulary , sometime it works and sometimes it doesn't.
i think it has to do something with the relative aspx pages being called from the added Jscript on a page.
since i have pages using this from different locations and folders i can't get the consistency reqired.
i use this relative links:
var url = "~AjaxPages/CountryTeamsAjaxServer.aspx?countryname="+ID;
don't work
var url = "~/AjaxPages/CountryTeamsAjaxServer.aspx?countryname="+ID;
don't work
var url = "../AjaxPages/CountryTeamsAjaxServer.aspx?countryname="+ID;
works only when calling pages located inside sub-folder from root
var url = "AjaxPages/CountryTeamsAjaxServer.aspx?countryname="+ID;
works only when calling from pages located inside the root
can someone help me with that? i'm holding this problem for the last two months or so.
Leo
Similar Threads
-
By dasmin5 in forum ASP.NET
Replies: 0
Last Post: 05-31-2007, 10:37 PM
-
Replies: 0
Last Post: 05-26-2005, 04:10 AM
-
By Iain Munro in forum ASP.NET
Replies: 0
Last Post: 02-22-2002, 07:44 AM
-
By Phong Tran in forum Web
Replies: 0
Last Post: 01-23-2001, 07:55 PM
-
By Phong Tran in forum XML
Replies: 0
Last Post: 01-22-2001, 03:59 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks