Register  |  Login



Earn money by sharing your knowledge

Quomon shares its advertising revenue with contributing experts that answer questions effectively. Join our community to share your knowledge and earn an income as you go.

Question

Status: Closed Points: 25 Time: 18:31 - Sep 29, 2006  

bluejeans465

how to include files in asp.net

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

Answer Discussion
Tutorials

 

Q&A System for Websites and Corporate Collaboration

Advertisement

  • Generates significant organic traffic for websites
  • Saves companies money, resources, and time

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.

bluejeans465

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

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:

PeterNZ: 15
Anpanman: 10

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?

No tutorials have been submitted yet. Want to be the first?

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?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top asp.net Experts

View More

Rank

Expert

Points

1.

rcastagna

738

2.

PeterNZ

495

3.

nidhi

450

4.

Anpanman

297

5.

multani.sarbjit

215

6.

dustPuppy

75

7.

joxley

50

8.

ozzie

50

9.

Zoush

50

10.

xarcus

30

Become an Expert

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! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es