Click here to Skip to main content
15,917,652 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General[newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:34
professionaljon-808-May-09 0:34 
GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
gottimukkala8-May-09 0:44
gottimukkala8-May-09 0:44 
Hi

I would say that you should have the controls registered in your page (inside your content place holders). then you should start see soemthing.

sample example here:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Account.aspx.cs" Inherits="v1_1_Pages_Account"
MasterPageFile="~/v1_1/MasterPages/master2.master" Title="My Profile" Theme="v1_1"%>

<%@ Register Src="../../Controls/Common/CtrlBreadCrumb.ascx" TagName="CtrlBreadCrumb"
TagPrefix="uc1" %>

<asp:Content ID="Content3" ContentPlaceHolderID="breadCrumb" Runat="Server">
<uc1:CtrlBreadCrumb ID="CtrlBreadCrumb1" runat="server" />
</asp:Content>

Hope that helps

--
http://ashakthi.blogspot.com
http://kids-articles.blogspot.com

GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:51
professionaljon-808-May-09 0:51 
Questionhow to set focus method in radiobutton list control Pin
sanju058-May-09 0:26
sanju058-May-09 0:26 
AnswerRe: how to set focus method in radiobutton list control Pin
vkumar098-May-09 1:03
vkumar098-May-09 1:03 
QuestionInclude DLL in project Pin
Matt Cavanagh7-May-09 23:40
Matt Cavanagh7-May-09 23:40 
AnswerRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:06
professionalVimalsoft(Pty) Ltd8-May-09 0:06 
GeneralRe: Include DLL in project Pin
Matt Cavanagh8-May-09 0:16
Matt Cavanagh8-May-09 0:16 
GeneralRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:24
professionalVimalsoft(Pty) Ltd8-May-09 0:24 
QuestionUsing radiobuttons in groups Pin
gottimukkala7-May-09 22:53
gottimukkala7-May-09 22:53 
QuestionDuplicate emails receiving Pin
vayanan7-May-09 22:39
vayanan7-May-09 22:39 
AnswerRe: Duplicate emails receiving Pin
N a v a n e e t h7-May-09 22:43
N a v a n e e t h7-May-09 22:43 
GeneralRe: Duplicate emails receiving Pin
vayanan7-May-09 22:45
vayanan7-May-09 22:45 
QuestionAuto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 22:12
stevenutt7-May-09 22:12 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
N a v a n e e t h7-May-09 22:41
N a v a n e e t h7-May-09 22:41 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 23:31
stevenutt7-May-09 23:31 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave8-May-09 11:21
goodideadave8-May-09 11:21 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt8-May-09 15:04
stevenutt8-May-09 15:04 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave12-May-09 6:10
goodideadave12-May-09 6:10 
QuestionHome Page Alert Pin
Anupbala7-May-09 22:11
Anupbala7-May-09 22:11 
AnswerRe: Home Page Alert Pin
N a v a n e e t h7-May-09 22:35
N a v a n e e t h7-May-09 22:35 
AnswerRe: Home Page Alert Pin
Abhijit Jana8-May-09 0:07
professionalAbhijit Jana8-May-09 0:07 
QuestionCopy selected data from one treeview to another Pin
meeram3957-May-09 22:01
meeram3957-May-09 22:01 
AnswerRe: Copy selected data from one treeview to another Pin
meeram3957-May-09 23:47
meeram3957-May-09 23:47 
Questionpass a value to class Pin
vnsraj7-May-09 21:54
vnsraj7-May-09 21:54 

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.