Ask a Question related to ASP.NET General, Design and Development.
-
vish #1
including one aspx file in another aspx file
Is there a way is asp.net that I can include another aspx
file ?. We can do this in asp by using include statement.
vish Guest
-
Cannot Lock aspx File
When I click on the Edit Page button, I receive the following error: Cannot lock the page to prevent other users from editing it. Please try... -
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... -
I need to run a vb.net or aspx.net file every 10 seconds.
Hi, I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the... -
Get Class from Aspx-File
Hi, Is it possible to get the "ClassType" from a Filename to a .aspx file? I would like to access a class from an another page, knowing the... -
i can't run aspx file on IIS 5.1
Are you getting an error or a page sourcecode printout? Try to reinstall the .NET Framework or run "aspnet_regiis -i" from the command line. --... -
Cristian Suazo #2
Re: including one aspx file in another aspx file
This could be something for you:
[url]http://www.superdotnet.com/show_article.aspx?pkID=117[/url]
Cheers
/Cristian
"vish" <vande@svb.com> wrote in message
news:0cc001c34be2$ce4e5cc0$3501280a@phx.gbl...> Is there a way is asp.net that I can include another aspx
> file ?. We can do this in asp by using include statement.
>
Cristian Suazo Guest
-
Steve C. Orr, MCSD #3
Re: including one aspx file in another aspx file
The most common replacement for old fashioned include files are the new web
user controls.
They basically are like object oriented include files on steroids.
Here's more info:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontowebusercontrols.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriwebusercontrols.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconWebUserControlsVsCustomWebControls.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"vish" <vande@svb.com> wrote in message
news:0cc001c34be2$ce4e5cc0$3501280a@phx.gbl...> Is there a way is asp.net that I can include another aspx
> file ?. We can do this in asp by using include statement.
>
Steve C. Orr, MCSD Guest



Reply With Quote

