Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Detect Browser Close Pin
MaheshSharma10-Jul-07 0:24
MaheshSharma10-Jul-07 0:24 
Questionplacing map in website Pin
mmm!@#9-Jul-07 18:33
mmm!@#9-Jul-07 18:33 
AnswerRe: placing map in website Pin
Michael Sync9-Jul-07 19:55
Michael Sync9-Jul-07 19:55 
GeneralRe: placing map in website Pin
mmm!@#9-Jul-07 20:19
mmm!@#9-Jul-07 20:19 
QuestionInclude tree view in every page Pin
J Liang9-Jul-07 15:55
J Liang9-Jul-07 15:55 
AnswerRe: Include tree view in every page Pin
Michael Sync9-Jul-07 16:04
Michael Sync9-Jul-07 16:04 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 18:30
J Liang9-Jul-07 18:30 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 19:53
Michael Sync9-Jul-07 19:53 
Masterpage
==========

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
</html>


ChildPage
=========

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 20:06
J Liang9-Jul-07 20:06 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 20:23
Michael Sync9-Jul-07 20:23 
AnswerRe: Include tree view in every page Pin
Sven Cipido9-Jul-07 20:16
Sven Cipido9-Jul-07 20:16 
QuestionRemote Debugging dll issues asp 1.1 Pin
evodev9-Jul-07 14:39
evodev9-Jul-07 14:39 
QuestionHow to create Pop up Calendar ? Pin
kidus19-Jul-07 10:59
kidus19-Jul-07 10:59 
AnswerRe: How to create Pop up Calendar ? Pin
Christian Graus9-Jul-07 11:17
protectorChristian Graus9-Jul-07 11:17 
AnswerRe: How to create Pop up Calendar ? Pin
jcdevnet9-Jul-07 11:42
jcdevnet9-Jul-07 11:42 
GeneralRe: How to create Pop up Calendar ? Pin
kidus19-Jul-07 12:11
kidus19-Jul-07 12:11 
GeneralRe: How to create Pop up Calendar ? Pin
Christian Graus9-Jul-07 15:17
protectorChristian Graus9-Jul-07 15:17 
AnswerRe: How to create Pop up Calendar ? Pin
Michael Sync9-Jul-07 15:43
Michael Sync9-Jul-07 15:43 
AnswerRe: How to create Pop up Calendar ? Pin
linpihong9-Jul-07 16:14
linpihong9-Jul-07 16:14 
QuestionAny recommend a book on IIS6.0 Administration? Pin
martin_hughes9-Jul-07 9:22
martin_hughes9-Jul-07 9:22 
AnswerRe: Any recommend a book on IIS6.0 Administration? Pin
Sathesh Sakthivel9-Jul-07 15:35
Sathesh Sakthivel9-Jul-07 15:35 
GeneralRe: Any recommend a book on IIS6.0 Administration? Pin
Sonia Gupta9-Jul-07 18:21
Sonia Gupta9-Jul-07 18:21 
GeneralRe: Any recommend a book on IIS6.0 Administration? Pin
martin_hughes9-Jul-07 22:11
martin_hughes9-Jul-07 22:11 
QuestionWizard Pin
Brendan Vogt9-Jul-07 6:37
Brendan Vogt9-Jul-07 6:37 
AnswerRe: Wizard Pin
Fred_Smith9-Jul-07 7:06
Fred_Smith9-Jul-07 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.