Click here to Skip to main content
15,890,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Answerthe force strong in you is Pin
munklefish16-Jun-09 0:51
munklefish16-Jun-09 0:51 
AnswerRe: what mean this write Pin
Christian Graus16-Jun-09 18:32
protectorChristian Graus16-Jun-09 18:32 
QuestionFormat GridView Pin
yesu prakash15-Jun-09 23:48
yesu prakash15-Jun-09 23:48 
AnswerRe: Format GridView Pin
Baran M15-Jun-09 23:57
Baran M15-Jun-09 23:57 
AnswerRe: Format GridView Pin
Abhijit Jana16-Jun-09 0:02
professionalAbhijit Jana16-Jun-09 0:02 
AnswerRe: Format GridView Pin
Christian Graus16-Jun-09 0:04
protectorChristian Graus16-Jun-09 0:04 
QuestionGetting debug info Pin
Matt Cavanagh15-Jun-09 23:47
Matt Cavanagh15-Jun-09 23:47 
AnswerRe: Getting debug info Pin
Christian Graus16-Jun-09 0:02
protectorChristian Graus16-Jun-09 0:02 
The best thing is if you can log onto the server and view the site locally on the server, through something like gotomeeting. Failing that, you can probably catch the error in your global.asax file ( and if you don't have one, add one from the add new file, it will fill it for you )

void Application_Error(object sender, EventArgs e)
{
// Code that runs when an unhandled error occurs

}

is the event you want to log your error in.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: Getting debug info Pin
Matt Cavanagh16-Jun-09 0:11
Matt Cavanagh16-Jun-09 0:11 
AnswerRe: Getting debug info Pin
Baran M16-Jun-09 0:26
Baran M16-Jun-09 0:26 
GeneralRe: Getting debug info Pin
Matt Cavanagh16-Jun-09 0:50
Matt Cavanagh16-Jun-09 0:50 
GeneralRe: Getting debug info Pin
Baran M16-Jun-09 1:08
Baran M16-Jun-09 1:08 
QuestionImage Moving and Editing in ASP.net Pin
K030615-Jun-09 22:59
K030615-Jun-09 22:59 
AnswerRe: Image Moving and Editing in ASP.net Pin
Christian Graus15-Jun-09 23:06
protectorChristian Graus15-Jun-09 23:06 
GeneralRe: Image Moving and Editing in ASP.net Pin
K030615-Jun-09 23:35
K030615-Jun-09 23:35 
GeneralRe: Image Moving and Editing in ASP.net Pin
Christian Graus15-Jun-09 23:40
protectorChristian Graus15-Jun-09 23:40 
GeneralRe: Image Moving and Editing in ASP.net Pin
Christian Graus15-Jun-09 23:47
protectorChristian Graus15-Jun-09 23:47 
QuestionHow to post HTML data in jQuery using $.ajax method? Pin
srsr-srsr15-Jun-09 22:41
srsr-srsr15-Jun-09 22:41 
AnswerRe: How to post HTML data in jQuery using $.ajax method? Pin
himanshu256116-Jun-09 0:04
himanshu256116-Jun-09 0:04 
QuestionLearning ASP.NET & JavaScript Pin
fsjay15-Jun-09 21:55
fsjay15-Jun-09 21:55 
Answerremove Pin
Christian Graus15-Jun-09 22:02
protectorChristian Graus15-Jun-09 22:02 
Questionhow to bold a particular item of a dataset programatically Pin
gogal198315-Jun-09 21:16
gogal198315-Jun-09 21:16 
AnswerRe: how to bold a particular item of a dataset programatically Pin
Christian Graus15-Jun-09 21:22
protectorChristian Graus15-Jun-09 21:22 
GeneralRe: how to bold a particular item of a dataset programatically Pin
gogal198315-Jun-09 21:50
gogal198315-Jun-09 21:50 
GeneralRe: how to bold a particular item of a dataset programatically Pin
Christian Graus15-Jun-09 22:04
protectorChristian Graus15-Jun-09 22:04 

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.