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

ASP.NET

 
GeneralRe: MVC5 Identity Stuff Pin
#realJSOP22-Mar-16 2:10
mve#realJSOP22-Mar-16 2:10 
GeneralRe: MVC5 Identity Stuff Pin
jkirkerx22-Mar-16 7:40
professionaljkirkerx22-Mar-16 7:40 
GeneralRe: MVC5 Identity Stuff Pin
#realJSOP23-Mar-16 1:38
mve#realJSOP23-Mar-16 1:38 
GeneralRe: MVC5 Identity Stuff Pin
jkirkerx23-Mar-16 6:50
professionaljkirkerx23-Mar-16 6:50 
GeneralSound generation Pin
Member 1240519820-Mar-16 10:11
Member 1240519820-Mar-16 10:11 
AnswerRe: Sound generation Pin
Afzaal Ahmad Zeeshan20-Mar-16 22:46
professionalAfzaal Ahmad Zeeshan20-Mar-16 22:46 
Questioni'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Member 1240352919-Mar-16 5:50
Member 1240352919-Mar-16 5:50 
AnswerRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Sascha Lefèvre19-Mar-16 8:54
professionalSascha Lefèvre19-Mar-16 8:54 
Your program attempts to use a variable that should reference some kind of object but it's null instead. A very basic kind of mistake that theoretically can occur in any program and isn't neccessarily specific to ASP.NET.

Sometimes it's obvious to spot but, unless I'm overlooking it, it can't be seen in your code without running it. So run your project in debugging mode and when you hit that error, inspect the values of all the variables on that line which the exception message of Visual Studio points to. One of them will be null and that's what you need to fix.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

GeneralRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Richard MacCutchan19-Mar-16 22:16
mveRichard MacCutchan19-Mar-16 22:16 
SuggestionRe: i'm getting this error(Object reference not set to an instance of an object) when i"m runnig web form in asp.net Pin
Richard Deeming21-Mar-16 3:05
mveRichard Deeming21-Mar-16 3:05 
QuestionBootstrap or Metro-UI Pin
xiecsuk18-Mar-16 23:17
xiecsuk18-Mar-16 23:17 
AnswerRe: Bootstrap or Metro-UI Pin
Afzaal Ahmad Zeeshan19-Mar-16 22:57
professionalAfzaal Ahmad Zeeshan19-Mar-16 22:57 
GeneralRe: Bootstrap or Metro-UI Pin
xiecsuk20-Mar-16 23:16
xiecsuk20-Mar-16 23:16 
GeneralRe: Bootstrap or Metro-UI Pin
Afzaal Ahmad Zeeshan20-Mar-16 23:26
professionalAfzaal Ahmad Zeeshan20-Mar-16 23:26 
AnswerRe: Bootstrap or Metro-UI Pin
jkirkerx21-Mar-16 10:12
professionaljkirkerx21-Mar-16 10:12 
GeneralRe: Bootstrap or Metro-UI Pin
xiecsuk22-Mar-16 0:15
xiecsuk22-Mar-16 0:15 
GeneralRe: Bootstrap or Metro-UI Pin
jkirkerx22-Mar-16 7:17
professionaljkirkerx22-Mar-16 7:17 
QuestionHow to manual login control in ASP.net Pin
hmanhha18-Mar-16 16:59
hmanhha18-Mar-16 16:59 
AnswerRe: How to manual login control in ASP.net Pin
Afzaal Ahmad Zeeshan19-Mar-16 23:01
professionalAfzaal Ahmad Zeeshan19-Mar-16 23:01 
QuestionMVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this Pin
jkirkerx18-Mar-16 10:13
professionaljkirkerx18-Mar-16 10:13 
AnswerRe: MVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this Pin
Richard Deeming21-Mar-16 3:03
mveRichard Deeming21-Mar-16 3:03 
GeneralRe: MVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this Pin
jkirkerx21-Mar-16 9:18
professionaljkirkerx21-Mar-16 9:18 
GeneralRe: MVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this Pin
jkirkerx21-Mar-16 9:35
professionaljkirkerx21-Mar-16 9:35 
GeneralRe: MVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this Pin
deepankarbhatnagar21-Mar-16 19:22
professionaldeepankarbhatnagar21-Mar-16 19:22 
Questionwhat is service bus and azure service bus Pin
Tridip Bhattacharjee18-Mar-16 9:10
professionalTridip Bhattacharjee18-Mar-16 9: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.