Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
:(( hi my name is meme

am beginner in asp.net i want to do contact us page but i can not please could you help me on that?
Posted
Updated 29-Dec-09 23:35pm
v2

When posting a question it is always a good practice to be specific about your requirement / problem. Your question suggests that you want some one to develop an ASPX page for you. This is not fare.
If you could provide details about your requirement may be some one would be able to guide you to pointers.
Please elaborate.
 
Share this answer
 
Its very simple. Use following aspx code in ContactUs.aspx Page. U can edit and show as your wish. Use Menu to redirect ur ContactUs form in your web site. If u need to show more no of address Use DB.

aspx Code:

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ContactUs</title>
<style type="text/css">



.body
{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color:#000000;
font-size:10px;
line-height:16px;
margin-left: 7 px;
margin-right:7 px;
}

.body
{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color:#000000;
font-size:10px;
line-height:16px;
margin-left: 7 px;
margin-right:7 px;
}
.style1
{
width: 795px;
height: 23px;
}
.style2
{
height: 14px;
}
.style3
{
height: 24px;
}
.style4
{
font-weight: normal;
}
.style5
{
height: 16px;
}
</style>
</head>
<body bgcolor="Gray" onload="ShowServerMessage();">
<form id="form1" runat="server"

style ="width :800px; left:100px; position:absolute; background-color:#FFFFFF; height :650px; ">


<table style="width: 56%; z-index: 1; left: 172px; top: 172px; position: absolute; height: 244px; font-family: Arial; font-size: x-small; font-weight: bold; font-style: normal; font-variant: normal;">
<tr>
<td class="style4"
style="font-family: Arial; font-size: small; font-weight: bold;" >
Contact Us</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<strong>Name Of Institution,</strong></td>
</tr>
<tr>
<td>
Street Name1,</td>
</tr>
<tr>
<td class="style5">
Street Name2,</td>
</tr>
<tr>
<td>
City Name - 000 000(Pin Code)</td>
</tr>
<tr>
<td>
<b>Phone&nbsp;:</b> 0427 - 4222222</td>
</tr>
<tr>
<td class="style3">
<b>eMail&nbsp;&nbsp;&nbsp;:</b> emailaddress@gmail.com</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
</table>
<table style="width: 102%; z-index: 1; left: -5px; top: 624px; position: absolute; height: 21px;">
<tr>
<td class="style1">


</td>
</tr>
</table>
</form>
</body>
</html>

Thanks
Raja.S
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900