473,765 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need to design a website in ASP.NET- don't know where to start

SUMMARY: If you don't want to read all of this, what I'm looking for
more or less is ideas on how to implement websites using ASP.NET that
have a templated look and feel and many pages that make use of a
template design.

Hi-

I'm new to ASP.NET and have been working for about 2 weeks on learning
ASP.NET but it all still seems very murky to me. I've programmed sites
in PHP and MySQL and also done programming in C++ and Java but I
suppose my greatest problem with ASP.NET is I just plain don't know
where to start. I've seen all the little demos and had my share of
WebMatrix but nothing is fitting when I need to do.

I want to design a website that can server up different templates based
on the current area of the website a visitor is in. For designing pages
in ASP.NET, do you:

1) Create like 3 user controls, one for header, one for body content,
and one for footer in which the reference to the body content changes?

I don't know I suppose I just really don't know what options there are
with ASP.NET to create a dynamic website with. I knew how to do it with
PHP and knowing what I could do I could design the website around that.
Now I have no idea what I can do or what the general approach for
ASP.NET website design is and thus I am very much in the dark and the
worst part is I have to have a demo of the site up by tomorrow. I've
made a good bit of headway but it seems like once I get something done
it doesn't fit what i need it to do.

I very much appreciate any and all comment and help that can be sent my
way. You can e-mail me at dr*********@dir ecway.com or reply to this
newsgroup which would be best so others can read your responses.
Thanks again!!

<><
David

Nov 19 '05 #1
2 1951
Here is a sample. It's just bare bones, but gives you the idea. Add
as much as you like. If you're like them zipped, e-mail me at
dmhendricks (at) despammed (dot) com. Cheers,

Daniel M. Hendricks
http://www.danhendricks.com
DEFAULT.ASPX:

<%@ Page Language="C#" %>
<%@ Register TagPrefix="temp late" TagName="header "
Src="/controls/template/header.ascx" %>
<%@ Register TagPrefix="temp late" TagName="footer "
Src="/controls/template/footer.ascx" %>

<template:Heade r Title="Contact Us" runat="server" />

<p>This is my Body</p>

<template:Foote r runat="server" />

HEADER.ASCX:

<%@ Control Language="C#" %>
<script runat="server">
public String Title;
void Page_Load(Objec t Src, EventArgs e) {
_Title.Text = Title;
}
</script>

<html>
<head><title><a sp:Literal id="_DateTime" runat="server"
/></title></head>
<body>

FOOTER.ASCX

<%@ Control Language="C#" %>

</body>
</html>

Nov 19 '05 #2
These site templates starter kits may be able to give you the assistance you
seek:
http://www.asp.net/Default.aspx?tabindex=8&tabid=47

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"David" <dr******@presb y.edu> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
SUMMARY: If you don't want to read all of this, what I'm looking for
more or less is ideas on how to implement websites using ASP.NET that
have a templated look and feel and many pages that make use of a
template design.

Hi-

I'm new to ASP.NET and have been working for about 2 weeks on learning
ASP.NET but it all still seems very murky to me. I've programmed sites
in PHP and MySQL and also done programming in C++ and Java but I
suppose my greatest problem with ASP.NET is I just plain don't know
where to start. I've seen all the little demos and had my share of
WebMatrix but nothing is fitting when I need to do.

I want to design a website that can server up different templates based
on the current area of the website a visitor is in. For designing pages
in ASP.NET, do you:

1) Create like 3 user controls, one for header, one for body content,
and one for footer in which the reference to the body content changes?

I don't know I suppose I just really don't know what options there are
with ASP.NET to create a dynamic website with. I knew how to do it with
PHP and knowing what I could do I could design the website around that.
Now I have no idea what I can do or what the general approach for
ASP.NET website design is and thus I am very much in the dark and the
worst part is I have to have a demo of the site up by tomorrow. I've
made a good bit of headway but it seems like once I get something done
it doesn't fit what i need it to do.

I very much appreciate any and all comment and help that can be sent my
way. You can e-mail me at dr*********@dir ecway.com or reply to this
newsgroup which would be best so others can read your responses.
Thanks again!!

<><
David

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1105
by: sitexcite | last post by:
Guys, Heres my current situation... I'm doing work for a client that has most of his website in ASP (2.0). I recently created an ecomm store for him in .NET 1.1 and it runs under the same virtual root (in a sub folder but global.asa and asax files in same root folder). Now I am creating another application for him under the same website. It will also be done in .NET. Should I:
5
1562
by: ALI-R | last post by:
I'm going to make my own website ,but I'm not very good at design.I just wondered how some people have exactly same pattern for all the pages in their website ,I mean the right,left,bottom and top panes remain exactly the same and only the middle information is changed based on the page users go to. Is there some kind of business templates or something which I can customize and embed my ASP.NET codes into it? Thanks for yuor help. ...
9
1862
by: Arsalan | last post by:
Which softwares do pros recommend on making ASP.NET website ? Which software do you prefer ? I think Visual Studio is not that good at making a website, so what combination of softwares do u guys use to make a website ?
1
1371
by: Shun | last post by:
Hello, I have design a website using Dreamweaver 8. now the buttons which are added in dreamweaver 8 I can't see in the Visual Studio .Net (ASP.net) rather i can see in the browser. 2. Another doubt, when i open in MS Visual Studio .Net in Html format there is no Form tag what iHave to do, will it give any problem. Waiting for your reply eagerly.
1
1528
by: mae2x | last post by:
Web design High-quality web & graphics Designs. That eye catching multimedia and web design developments highly skilled web programmers and designers that have extensive experience in website design and development services. Wicked Innovations
10
2313
by: Frank van Wensveen | last post by:
Friend, coders, fellow wage slaves, lend my your ears. I believe that in a perfect world the design of a website (or feature on a website) should be totally separated from its design and the data it serves up. I'd like some suggestions on good ways to do this, because in the real world it can be quite difficult. For example, if I'm rummaging around in a MySQL database, the table structure and the code that generates the SQL requests...
2
1057
by: =?Utf-8?B?RGlnbmV0cw==?= | last post by:
I am new to programming and have been studying C#, ADO.NET & ASP.NET for the past year or so. However, I lack any and all artistic ability. Would anyone be so kind to point me to some resources and ideas for helping with creating a more esthetic looking web site using ASP.NET in Visual Studio 2005? Examples would be how to effectively utilize tables, panels, and/or any other tools or resources on creating the graphical aspects of my ASP.NET...
2
2192
by: =?Utf-8?B?Um9iZXJ0IFNtaXRo?= | last post by:
Hi, I have just installed visual studio 2005 professional edition (evaluation version). However it will not allow me to view webforms in a website project in design view. I can just see the HTML and the code behind, but no graphical design view, which is pretty fundamental for development. I have .net framework 2.0 service pack 1 installed. When I click on view designer it appears to be locked, although there is no message. This happens on...
6
1784
by: Marc | last post by:
I am reading some stuff in self paced course 728 about mobile applications. But the first thing that comes into my mind is, why do I need to build special server side code, if the browser happens to be a mobile device? Cannot mobile browsers access normal websites? Should I copy almost a whole server side application/website to a mobile device website, and double maintain all changes in my web applications if I want to reach both mobile...
0
982
by: peterpanhk08 | last post by:
Hi All, Shrishti Informatics is a Professional Outsource Website Design & Development company based in Cochin, India. We are expertise in website design, dynamic web solutions, Multimedia and Graphics Design, Search Engine Optimization ,offshore staffing and offshore outsourcing . Also does customization of open source technologies such as osCommerce, Joomla, phpBB,CRE Loaded, phpFoX, WordPress etc. Shrishti informatics is a global...
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.