Ask a Question related to ASP.NET Building Controls, Design and Development.
-
MS #1
How to load aspx page using ajax
I want to load ASPX page using javascript ( ajax ) in an other page
How can i do get it
Thansks in advance
MS Guest
-
flash communicate with Ajax in one page
Hey guys! I wanna make a page with both a flash bannar and ajax contents, is there anyway to make the flash movie exchange information with the... -
Load ASPX Through AJAX
Hello Everyone I want to load aspx file through AJAX ( javascript ) I am doing this in ajax it works well but it does not load javascript render... -
Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem. -
can't load File.aspx.cs in SSL
Hello, I can upload (html & aspx) files to \SSL folder and they work ok ie: users enter https://myserver/ssl/File.aspx and SSL yellow lock... -
how to interact client script within aspx page to other page functions, etc.? PLEASE!!!
Hi, I've spent all day trying to find some info on this...please help! I have an aspx page with an xmlDocument (not dataset/relational db) with... -
Gaurav Vaish \(www.EduJiniOnline.com\) #2
Re: How to load aspx page using ajax
>I want to load ASPX page using javascript ( ajax ) in an other page
What's the problem?
Give the URL as the corresponding page.
// request is XMLHttpRequest.
request.open('GET', 'otherPage.aspx', false);
request.send(null);
request.responseText contains the HTML generated.
--
Happy Hacking,
Gaurav Vaish | [url]http://www.mastergaurav.com[/url]
[url]http://www.edujinionline.com[/url]
[url]http://articles.edujinionline.com/webservices[/url]
-------------------
Gaurav Vaish \(www.EduJiniOnline.com\) Guest



Reply With Quote

