Ask a Question related to ASP.NET General, Design and Development.
-
Lakshmi #1
Calling ASPX pages from ASP page
Hello,
I have an asp page which needs to call an aspx page? How do I go about
doing that? And also the codebehind for ASPX page (aspx.cs), do I have to
make any changes to how that is called from aspx? Thanks.
Lakshmi
Lakshmi Guest
-
Calling an Ascx from w/i Aspx codebehind
I have an aspx that I would like to "dynamically" display a user control on. When the user clicks (LinkButton) on "Find Existing Trip" within the... -
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. -
Calling Webservice over SSL w/Client Certificate from aspx
Hello Gurus, Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error. System.Net.WebException:... -
Calling external javascript from .aspx file
I have an aspx file which calls javascript written in another file. The point is that I am trying to pass some parameters from this aspx page to... -
Calling a function in codebehind from the html side of the aspx?
I read from some book that you can actually on any tag in the html page put a onClick or something and assign it with the sub/function name that is... -
Latha Rajeev #2
Re: Calling ASPX pages from ASP page
Lakshmi,
U can call an aspx page from an asp page jus the usual way, like
how you would call an asp page, say using Response.Redirect. But the
only hitch is that if you have set any Session variables in the asp
page, they cannot be accessed in the aspx page. ASPX treats Session
objects differently.
Latha Rajeev
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Latha Rajeev Guest



Reply With Quote

