Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: 3 TIER ARCHITECTURE Pin
Christian Graus15-Feb-09 19:47
protectorChristian Graus15-Feb-09 19:47 
AnswerRe: 3 TIER ARCHITECTURE Pin
rakeshs31215-Feb-09 22:03
rakeshs31215-Feb-09 22:03 
QuestionPAY PAL Pin
JAYRAJ GIRI15-Feb-09 7:06
JAYRAJ GIRI15-Feb-09 7:06 
AnswerRe: PAY PAL Pin
Ashfield15-Feb-09 8:07
Ashfield15-Feb-09 8:07 
AnswerRe: PAY PAL Pin
Christian Graus15-Feb-09 9:54
protectorChristian Graus15-Feb-09 9:54 
AnswerRe: PAY PAL Pin
leckey15-Feb-09 17:21
leckey15-Feb-09 17:21 
QuestionHelp with asp gridview css Pin
Steve Holdorf15-Feb-09 5:20
Steve Holdorf15-Feb-09 5:20 
Question[newbie] Object reference not set to an instance of an object Pin
jon-8014-Feb-09 23:33
professionaljon-8014-Feb-09 23:33 
The following code is not running, somehow, any idea why?

protected void Page_Load(object sender, EventArgs e)
   {
       if (!Page.IsPostBack) {
           Label1.Text = System.Guid.NewGuid().ToString();
           //Error: Object reference not set to an instance of an object

       }


   }


2. I'm also getting 'This Virtual Directory does not allow contents to be listed.' When I run the solution. The solution includes a MasterPage and a webform named default.aspx that uses the MasterPage:
<![CDATA[<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>]]>


Ref:
Code listing in a reference guide.

Jon

AnswerRe: [newbie] Object reference not set to an instance of an object Pin
N a v a n e e t h15-Feb-09 3:02
N a v a n e e t h15-Feb-09 3:02 
QuestionDataGrid Problem Pin
Abdul Rahman Hamidy14-Feb-09 23:01
Abdul Rahman Hamidy14-Feb-09 23:01 
AnswerRe: DataGrid Problem Pin
N a v a n e e t h15-Feb-09 3:04
N a v a n e e t h15-Feb-09 3:04 
AnswerRe: DataGrid Problem Pin
slSoftware15-Feb-09 5:26
slSoftware15-Feb-09 5:26 
Questionhow to open a costumized page in our webform Pin
netsooz (Amir Hamidi)14-Feb-09 22:54
netsooz (Amir Hamidi)14-Feb-09 22:54 
AnswerRe: how to open a costumized page in our webform [modified] Pin
jc.net15-Feb-09 8:23
jc.net15-Feb-09 8:23 
QuestionThemes stop working when using the css friendly browser Pin
Steve Holdorf14-Feb-09 10:14
Steve Holdorf14-Feb-09 10:14 
AnswerRe: Themes stop working when using the css friendly browser Pin
Steve Holdorf15-Feb-09 9:35
Steve Holdorf15-Feb-09 9:35 
Questionaccessing controls in javascript in asp.net Pin
Tarun.Suneja14-Feb-09 9:15
Tarun.Suneja14-Feb-09 9:15 
AnswerRe: accessing controls in javascript in asp.net Pin
PCuong198314-Feb-09 17:09
professionalPCuong198314-Feb-09 17:09 
GeneralRe: accessing controls in javascript in asp.net Pin
Tarun.Suneja15-Feb-09 11:43
Tarun.Suneja15-Feb-09 11:43 
Answerback button cancel after log out only Pin
Member 387988113-Feb-09 23:51
Member 387988113-Feb-09 23:51 
GeneralRe: back button cancel after log out only Pin
Christian Graus14-Feb-09 22:46
protectorChristian Graus14-Feb-09 22:46 
QuestionMutiLanguage Website Pin
yogesh_kumar_agarwal13-Feb-09 22:46
yogesh_kumar_agarwal13-Feb-09 22:46 
AnswerRe: MutiLanguage Website Pin
Ashfield15-Feb-09 8:11
Ashfield15-Feb-09 8:11 
GeneralRe: MutiLanguage Website Pin
yogesh_kumar_agarwal16-Feb-09 0:00
yogesh_kumar_agarwal16-Feb-09 0:00 
GeneralRe: MutiLanguage Website Pin
Ashfield16-Feb-09 0:38
Ashfield16-Feb-09 0:38 

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.