Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralTo save file in a stream instead of a physical location Pin
indian14329-Jun-12 5:58
indian14329-Jun-12 5:58 
QuestionAutomatically Sychronize TFS workitems update with custom tool Pin
amit sahu2029-Jun-12 1:36
amit sahu2029-Jun-12 1:36 
QuestionCCTV camera on ASP web Page Pin
sandeep Nishad29-Jun-12 0:19
sandeep Nishad29-Jun-12 0:19 
AnswerRe: CCTV camera on ASP web Page Pin
Sandeep Mewara29-Jun-12 3:42
mveSandeep Mewara29-Jun-12 3:42 
Questionhow to sent mail using smtp.bizmail.yahoo.com Pin
gyanendragope28-Jun-12 23:42
gyanendragope28-Jun-12 23:42 
AnswerRe: how to sent mail using smtp.bizmail.yahoo.com Pin
Vani Kulkarni29-Jun-12 0:07
professionalVani Kulkarni29-Jun-12 0:07 
Questionweb form 2010 error Pin
classy_dog28-Jun-12 17:07
classy_dog28-Jun-12 17:07 
AnswerRe: web form 2010 error Pin
Sandeep Mewara28-Jun-12 22:16
mveSandeep Mewara28-Jun-12 22:16 
Couple of things:
1. Page register attribute:
HTML
<%@ Register TagPrefix="mp" namespace="Microsoft.Web.Samples.MasterPages" assembly="MasterPages" %> 

No idea how you got this!

For a Master page, default looks like:
ASP.NET
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>


For a content page, default looks like:
ASP.NET
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ContentTestMaster.aspx.cs" Inherits="ContentTestMaster" %>


2. Contentcontainer?
ASP.NET
<mp:contentcontainer  runat="server" MasterPageFile="sub/TestMasterPage.ascx">

What does or where from this line of code came? Looks like you are trying to reference a custom master page kind of stuff. Is that needed?


Look here on how to implement Master Page in ASP.NET:
MSDN: ASP.NET Master Pages[^]
ASPNET: ASP.NET Master Pages Tutorials[^]
CP: ASP.NET 2.0 Master Pages[^]

GeneralRe: web form 2010 error Pin
classy_dog29-Jun-12 3:18
classy_dog29-Jun-12 3:18 
GeneralRe: web form 2010 error Pin
Sandeep Mewara29-Jun-12 3:39
mveSandeep Mewara29-Jun-12 3:39 
QuestionGrid view binding in page load in 3tier Pin
prasadbhagat28-Jun-12 7:08
prasadbhagat28-Jun-12 7:08 
AnswerRe: Grid view binding in page load in 3tier Pin
R. Giskard Reventlov28-Jun-12 9:41
R. Giskard Reventlov28-Jun-12 9:41 
GeneralRe: Grid view binding in page load in 3tier Pin
Rajkumarhi528-Jun-12 19:22
Rajkumarhi528-Jun-12 19:22 
AnswerRe: Grid view binding in page load in 3tier Pin
Karthik Harve28-Jun-12 20:08
professionalKarthik Harve28-Jun-12 20:08 
AnswerRe: Grid view binding in page load in 3tier Pin
AshishChaudha29-Jun-12 22:26
AshishChaudha29-Jun-12 22:26 
AnswerRe: Grid view binding in page load in 3tier Pin
Rahul Rajat Singh29-Jun-12 22:54
professionalRahul Rajat Singh29-Jun-12 22:54 
Questionweb form staying active Pin
sc steinhayse28-Jun-12 5:30
sc steinhayse28-Jun-12 5:30 
AnswerRe: web form staying active Pin
Sandeep Mewara28-Jun-12 5:48
mveSandeep Mewara28-Jun-12 5:48 
QuestionBest way to display Card Information to the admin or user Pin
Hamidakhanam28-Jun-12 3:33
Hamidakhanam28-Jun-12 3:33 
AnswerRe: Best way to display Card Information to the admin or user Pin
Richard MacCutchan28-Jun-12 5:09
mveRichard MacCutchan28-Jun-12 5:09 
AnswerRe: Best way to display Card Information to the admin or user Pin
jkirkerx28-Jun-12 8:54
professionaljkirkerx28-Jun-12 8:54 
QuestionHow to identify Event handling in TFS 2012 for Bug work item onlt Pin
amit sahu2028-Jun-12 0:27
amit sahu2028-Jun-12 0:27 
AnswerRe: How to identify Event handling in TFS 2012 for Bug work item onlt Pin
jkirkerx28-Jun-12 11:50
professionaljkirkerx28-Jun-12 11:50 
Questionasp. net deployment Pin
sc steinhayse27-Jun-12 19:13
sc steinhayse27-Jun-12 19:13 
AnswerRe: asp. net deployment Pin
Vani Kulkarni28-Jun-12 0:56
professionalVani Kulkarni28-Jun-12 0:56 

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.