Click here to Skip to main content
15,888,301 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: gridview Pin
Abhijit Jana8-May-09 1:22
professionalAbhijit Jana8-May-09 1:22 
Questionreading data from serial port Pin
nikhil12348-May-09 0:40
nikhil12348-May-09 0:40 
AnswerRe: reading data from serial port Pin
Abhijit Jana8-May-09 1:02
professionalAbhijit Jana8-May-09 1:02 
Questionlatest software for dotnet platform Pin
vnsraj8-May-09 0:35
vnsraj8-May-09 0:35 
AnswerRe: latest software for dotnet platform Pin
Ashfield8-May-09 1:23
Ashfield8-May-09 1:23 
AnswerRe: latest software for dotnet platform Pin
Abhijit Jana8-May-09 1:32
professionalAbhijit Jana8-May-09 1:32 
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 

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.