Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Import information encripted from SQLServer Database to GridView Pin
chester_it2116-Sep-13 8:51
chester_it2116-Sep-13 8:51 
QuestionChangePassword controll doesn't work Pin
larsp77710-Sep-13 3:42
larsp77710-Sep-13 3:42 
AnswerRe: ChangePassword controll doesn't work Pin
Abhinav S10-Sep-13 17:00
Abhinav S10-Sep-13 17:00 
GeneralRe: ChangePassword controll doesn't work Pin
larsp77710-Sep-13 22:20
larsp77710-Sep-13 22:20 
QuestionI cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Baipat JR10-Sep-13 0:53
Baipat JR10-Sep-13 0:53 
AnswerRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Richard Deeming10-Sep-13 1:05
mveRichard Deeming10-Sep-13 1:05 
GeneralRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Baipat JR10-Sep-13 5:04
Baipat JR10-Sep-13 5:04 
GeneralRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Richard Deeming10-Sep-13 5:32
mveRichard Deeming10-Sep-13 5:32 
Janyaporn Rueangthep wrote:
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="EmployeePage.Master.cs" Inherits="REPORTservice.HeaderPage" %>

Janyaporn Rueangthep wrote:
public partial class ManagerPage : System.Web.UI.MasterPage

Well, there's your problem. The Inherits attribute needs to be the name of the class in the CodeBehind file.
aspx
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="EmployeePage.Master.cs" Inherits="REPORTservice.ManagerPage" %>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Baipat JR10-Sep-13 6:09
Baipat JR10-Sep-13 6:09 
GeneralRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Richard Deeming10-Sep-13 6:35
mveRichard Deeming10-Sep-13 6:35 
AnswerRe: I cannot run ASPX file. Error: Server Error in '/' Application. Parser Error Pin
Hemant Singh Rautela15-Sep-13 22:55
professionalHemant Singh Rautela15-Sep-13 22:55 
QuestionHow to convert PDF to JPEG Pin
bths9-Sep-13 22:58
bths9-Sep-13 22:58 
AnswerRe: How to convert PDF to JPEG PinPopular
Richard MacCutchan9-Sep-13 23:45
mveRichard MacCutchan9-Sep-13 23:45 
GeneralRe: How to convert PDF to JPEG Pin
bths10-Sep-13 1:27
bths10-Sep-13 1:27 
GeneralRe: How to convert PDF to JPEG Pin
Richard MacCutchan10-Sep-13 5:05
mveRichard MacCutchan10-Sep-13 5:05 
AnswerRe: How to convert PDF to JPEG Pin
Richard Deeming10-Sep-13 1:03
mveRichard Deeming10-Sep-13 1:03 
GeneralRe: How to convert PDF to JPEG Pin
Ghost Leader16-Sep-13 21:09
Ghost Leader16-Sep-13 21:09 
QuestionHow do I fix "This page can't be displayed" error in asp.net c#? Pin
Xarzu9-Sep-13 10:13
Xarzu9-Sep-13 10:13 
AnswerRe: How do I fix "This page can't be displayed" error in asp.net c#? Pin
Richard Deeming10-Sep-13 1:00
mveRichard Deeming10-Sep-13 1:00 
QuestionRetreive JSON Data from HttpRequestMessage Pin
AnalogNerd9-Sep-13 6:53
AnalogNerd9-Sep-13 6:53 
QuestionSecuring asmx web service for JS Pin
SerNovik9-Sep-13 1:43
SerNovik9-Sep-13 1:43 
AnswerRe: Securing asmx web service for JS Pin
Abhinav S9-Sep-13 6:57
Abhinav S9-Sep-13 6:57 
QuestionDeploying MVC 4 Intranet on IIS Pin
nitin_ion8-Sep-13 21:01
nitin_ion8-Sep-13 21:01 
AnswerRe: Deploying MVC 4 Intranet on IIS Pin
Abhinav S9-Sep-13 6:58
Abhinav S9-Sep-13 6:58 
QuestionCheckbox in the Gridview in asp.net application using VS 2005 & Or VS 2008 Pin
dash20208-Sep-13 19:46
dash20208-Sep-13 19:46 

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.