Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Closed Points: 25 Time: 18:31 - Sep 29, 2006
bluejeans465
hi i am new to asp.net but i know php to include files. i want to create a index page that only includes the other pages such as top header ,left portion ,right portion and bottom portion ,i search it many where but did not find the exact way to includes files in asp.net hope u understand thanx
Categories:
Add Categories
When adding more than one category, separate them with commas.
PeterNZ
Date:: Oct 01, 2006
Time:: 21:23
Hi Bluejeanas465, for what you want to do I would absolutely recommend to use ASP.NET 2.0 and Masterpages. Have a look here: http://msdn2.microsoft.com/en-us/library...>http://msdn2.microsoft.com/en-us/library.../a> If you use ASP.NET 2.0, you add a new item which is your master page. You design and develop the components and code. Then if you want to create a page based on this masterpage, you add new item, select a webpage, check the check box "Select Masterpage" and pick your master page. This inherits everything from the masterpage. Hope this helps Cheers Petr
Anpanman
Date:: Oct 02, 2006
Time:: 14:24
What PeterNZ is writing is true, but probably not the easiest way for you to go about it in asp.net. If you want to "simulate" normal asp/php-include-files you can do like this: In the top of your include files write: <%@ Control Language="VB" EnableViewState="False" %> and save them with .ascx extension Then in your main file put Register directives at the top of the page: <%@ Register TagPrefix="UserControl1" TagName="Top" Src="top.ascx" %> <%@ Register TagPrefix="UserControl2" TagName="Bottom" Src="top.ascx" %> and between the <body> tags put <body> <UserControl1:Top runat="server" /> <UserControl2:Bottom runat="server" /> </body> This is definitely not taking advantage of how asp.net is used best, but it might make the transition easier for you to start out like this.
Date:: Feb 10, 2007
Time:: 11:21
well thanx for the response but i am not using .net 2.0 but making plan for moving to 2.0 thanx agian for it
admin
Date:: Jun 25, 2007
Time:: 05:45
bluejeans465, please close this question and distribute the points. If you didn't get a solution to your problem or you found it yourself, please leave a comment here to let the experts know. Thanks, Quomon Admin
Date:: Jul 02, 2007
Time:: 09:35
The question has been closed. Quomon Admin
Question Answered
This question has been closed, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
Hi is there a way to retrieve the loop count in XSLT
how do repair this problem: every times i opened my laptop it will suddenly n...
How i get the hp pavilion dv6-3054tx laptop bottom base assembly as a sparepa...
I don't have AOL browser but privacy scan shows hundreds of files/cookies fro...
wireless keyboard has stopped working
need validation controller for textbox in java
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software