Hi all,
I am new in ASP.NET and still learning, i would to create a master page but i quite stuggling with the layout on where should i start, so please help me.

Recommended Answers

All 5 Replies

first create your webpage as if you are creating an ordinary web design template. then insert the content placeholders where you would put the custom content in the derived aspx pages.

would u help me with a simple coding
just go to www.madumane.co.za, i want the design to like the above website

<table>
<tr >
<td colspan="3"></td>
<tr>
<tr>
<td></td><td colspan="2"><asp:contentplaceholder ></asp:contentplaceholder></td>
</tr>
<tr>
<td></td>
</tr>
</table>

This is a simple demonstration on how to design a master page.Based on this ,u can design u r master page

Greeny.......

Thanks but i bit confused with the table i was wondering if u can recheck and if you typed it correct.

i have just given u a example.rest of the thing shud be done by u

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.