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

ASP.NET

 
AnswerRe: hi.. Pin
Colin Angus Mackay16-Nov-08 1:28
Colin Angus Mackay16-Nov-08 1:28 
AnswerRe: hi.. Pin
Christian Graus16-Nov-08 12:53
protectorChristian Graus16-Nov-08 12:53 
GeneralRe: hi.. Pin
Paul Conrad16-Nov-08 17:54
professionalPaul Conrad16-Nov-08 17:54 
QuestionWeb.sitemap contol focus ,collapsed problem [modified] Pin
marifdu15-Nov-08 22:56
marifdu15-Nov-08 22:56 
QuestionAccess data base problem Pin
krishnaveer15-Nov-08 21:50
krishnaveer15-Nov-08 21:50 
AnswerRe: Access data base problem Pin
Christian Graus16-Nov-08 12:54
protectorChristian Graus16-Nov-08 12:54 
QuestionNo Web content form for ASP.NET website template Pin
Blumen15-Nov-08 19:50
Blumen15-Nov-08 19:50 
AnswerRe: No Web content form for ASP.NET website template Pin
Abhijit Jana15-Nov-08 22:39
professionalAbhijit Jana15-Nov-08 22:39 
Blumen wrote:
Right click project - Add New Item - there is no content page listed there in the Open box.

No, You will not get Content page in Open Box. Just Select a Web Form and Checked The "Select Master Page" Checkbox on
Note : It should only be enabled if you have added a Master page on your web application.

or even you can add a web form, delete all aspx code and add those code
<%@ 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>

Note : Change code according to your requriment.

cheers,
Abhijit
Read My Latest Article

QuestionHi every body,I have a question and want to ask you Pin
newworms15-Nov-08 16:03
newworms15-Nov-08 16:03 
AnswerRe: Hi every body,I have a question and want to ask you Pin
Abhijit Jana15-Nov-08 22:43
professionalAbhijit Jana15-Nov-08 22:43 
QuestionValidate Textbox in Gridview using Custom Validator(Server side Validation) Pin
suresh_00115-Nov-08 3:38
suresh_00115-Nov-08 3:38 
AnswerRe: Validate Textbox in Gridview using Custom Validator(Server side Validation) Pin
AlexeiXX316-Nov-08 8:16
AlexeiXX316-Nov-08 8:16 
Questionasp.net tree view Pin
ahmed eldeghedy15-Nov-08 3:19
professionalahmed eldeghedy15-Nov-08 3:19 
AnswerRe: asp.net tree view Pin
whatUrunning.com15-Nov-08 4:12
whatUrunning.com15-Nov-08 4:12 
QuestionGenerating user instances in SQL Server is disabled [modified] Pin
TerRO_GirL15-Nov-08 2:46
TerRO_GirL15-Nov-08 2:46 
QuestionOpen new window without javascript Pin
Sandraa15-Nov-08 1:52
Sandraa15-Nov-08 1:52 
AnswerRe: Open new window without javascript Pin
Christian Graus15-Nov-08 2:12
protectorChristian Graus15-Nov-08 2:12 
GeneralRe: Open new window without javascript Pin
Sandraa15-Nov-08 2:55
Sandraa15-Nov-08 2:55 
GeneralRe: Open new window without javascript Pin
Perspx15-Nov-08 3:06
Perspx15-Nov-08 3:06 
GeneralRe: Open new window without javascript Pin
Sandraa15-Nov-08 3:14
Sandraa15-Nov-08 3:14 
GeneralRe: Open new window without javascript Pin
Perspx15-Nov-08 3:18
Perspx15-Nov-08 3:18 
GeneralRe: Open new window without javascript Pin
Guffa15-Nov-08 15:28
Guffa15-Nov-08 15:28 
GeneralRe: Open new window without javascript Pin
Tarun Dudhatra16-Nov-08 21:58
Tarun Dudhatra16-Nov-08 21:58 
GeneralRe: Open new window without javascript Pin
Sandraa18-Nov-08 0:01
Sandraa18-Nov-08 0:01 
GeneralRe: Open new window without javascript Pin
Tarun Dudhatra18-Nov-08 1:23
Tarun Dudhatra18-Nov-08 1:23 

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.