Click here to Skip to main content
15,900,973 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
miss nadia8-May-08 4:10
miss nadia8-May-08 4:10 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
miss nadia8-May-08 4:13
miss nadia8-May-08 4:13 
AnswerRe: How can I know the location of error by Stack Trace given? Pin
Herman<T>.Instance7-May-08 3:39
Herman<T>.Instance7-May-08 3:39 
Questiongenerate excel with validation list Pin
Mhiny6-May-08 18:53
Mhiny6-May-08 18:53 
AnswerRe: generate excel with validation list Pin
Vasudevan Deepak Kumar6-May-08 19:28
Vasudevan Deepak Kumar6-May-08 19:28 
GeneralRe: generate excel with validation list Pin
Mhiny6-May-08 20:42
Mhiny6-May-08 20:42 
QuestionIE throwing a error but Firfox works fine, WHY? Pin
Meax6-May-08 18:28
Meax6-May-08 18:28 
AnswerRe: IE throwing a error but Firfox works fine, WHY? Pin
N a v a n e e t h6-May-08 19:15
N a v a n e e t h6-May-08 19:15 
Meax wrote:
Object reference not set to an instance of an object.


It means your Request.UrlReferrer is null. Since it's a popup, IE don't get the referrer. I am not sure why this works with firefox and not with IE. HTTP referrer is unreliable and many firewalls can strip that out. Alternatively check you are getting referrer using JS. Or use window.opener.location which gives opener window's location (referrer).

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionCalling a server side event handler in response to DropDownList Focus Change Pin
sagittarian6-May-08 16:53
sagittarian6-May-08 16:53 
AnswerRe: Calling a server side event handler in response to DropDownList Focus Change Pin
Christian Graus6-May-08 18:14
protectorChristian Graus6-May-08 18:14 
QuestionConfirm Dialog for ASP.Net Pin
sagittarian6-May-08 16:40
sagittarian6-May-08 16:40 
AnswerRe: Confirm Dialog for ASP.Net Pin
AlexeiXX36-May-08 17:24
AlexeiXX36-May-08 17:24 
QuestionRepeater Control: if the value of a record was true show something but false dont Pin
Farhad Eft6-May-08 10:59
Farhad Eft6-May-08 10:59 
AnswerRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 11:54
protectorChristian Graus6-May-08 11:54 
AnswerRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 14:16
AlexeiXX36-May-08 14:16 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 15:40
protectorChristian Graus6-May-08 15:40 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 17:19
AlexeiXX36-May-08 17:19 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 17:52
protectorChristian Graus6-May-08 17:52 
Questionhow to display data in a gridview? Pin
wajans6-May-08 10:33
wajans6-May-08 10:33 
AnswerRe: how to display data in a gridview? Pin
doWhileSomething6-May-08 10:48
doWhileSomething6-May-08 10:48 
GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 10:54
wajans6-May-08 10:54 
AnswerRe: how to display data in a gridview? Pin
Christian Graus6-May-08 13:31
protectorChristian Graus6-May-08 13:31 
GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 14:32
wajans6-May-08 14:32 
GeneralRe: how to display data in a gridview? Pin
Christian Graus6-May-08 14:53
protectorChristian Graus6-May-08 14:53 
Questionhow to add a reference dll to the asp.net web application? Pin
mcirosoftmohan6-May-08 7:11
mcirosoftmohan6-May-08 7:11 

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.