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

ASP.NET

 
GeneralRe: setup hyperlink Pin
sc steinhayse8-Aug-12 15:36
sc steinhayse8-Aug-12 15:36 
GeneralRe: setup hyperlink Pin
jkirkerx8-Aug-12 18:50
professionaljkirkerx8-Aug-12 18:50 
GeneralRe: setup hyperlink Pin
sc steinhayse9-Aug-12 3:51
sc steinhayse9-Aug-12 3:51 
GeneralRe: setup hyperlink Pin
jkirkerx9-Aug-12 6:40
professionaljkirkerx9-Aug-12 6:40 
GeneralOffice Tools in WebApplications Pin
indian1438-Aug-12 7:51
indian1438-Aug-12 7:51 
GeneralRe: Office Tools in WebApplications Pin
Wes Aday8-Aug-12 10:36
professionalWes Aday8-Aug-12 10:36 
Questioncode not reaching new web page Pin
dcof8-Aug-12 6:54
dcof8-Aug-12 6:54 
AnswerRe: code not reaching new web page Pin
R. Giskard Reventlov8-Aug-12 7:33
R. Giskard Reventlov8-Aug-12 7:33 
Might have been a good idea to show the exception as well as the code that produced it. Have you wrapped the code in a try..catch and stepped through to see what is going on?

Something like:

C#
try
{
	Response.Redirect("~/Somepage.aspx");
}
catch (Exception exc)
{
	Console.WriteLine(exc.StackTrace);
}


Note: you can use NLog or Log4Net to log all of your errors to the event log, a text file, etc., instead of the somewhat crude Console.WriteLine (as example)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum

me, me, me

QuestionImage Extraction From Email Pin
Member 79838848-Aug-12 3:35
Member 79838848-Aug-12 3:35 
AnswerRe: Image Extraction From Email Pin
David Mujica8-Aug-12 5:00
David Mujica8-Aug-12 5:00 
GeneralUnable to Maintain griedview scroll position in to the Internet Explorer Print Preview Window Pin
debasishchowdhury19828-Aug-12 1:24
debasishchowdhury19828-Aug-12 1:24 
GeneralHow to bind datatable retrived from databse to Telerik Radtreeview/ radtreeList Pin
Agentdufffr7-Aug-12 19:51
Agentdufffr7-Aug-12 19:51 
AnswerRe: How to bind datatable retrived from databse to Telerik Radtreeview/ radtreeList Pin
Sandeep Mewara8-Aug-12 5:22
mveSandeep Mewara8-Aug-12 5:22 
QuestionMultlingual website in asp.net Pin
delhiegle7-Aug-12 19:31
delhiegle7-Aug-12 19:31 
AnswerRe: Multlingual website in asp.net Pin
Sandeep Mewara8-Aug-12 5:17
mveSandeep Mewara8-Aug-12 5:17 
GeneralRe: Multlingual website in asp.net Pin
delhiegle11-Aug-12 9:43
delhiegle11-Aug-12 9:43 
GeneralRe: Multlingual website in asp.net Pin
RichardGrimmer5-Sep-12 4:43
RichardGrimmer5-Sep-12 4:43 
QuestionConsuming WCF Service in ASP.Net application Pin
indian1437-Aug-12 13:27
indian1437-Aug-12 13:27 
AnswerRe: Consuming WCF Service in ASP.Net application Pin
Abhinav S7-Aug-12 17:33
Abhinav S7-Aug-12 17:33 
AnswerRe: Consuming WCF Service in ASP.Net application Pin
jkirkerx7-Aug-12 18:26
professionaljkirkerx7-Aug-12 18:26 
GeneralCheckedChanged doesn't fires Pin
Kujtim Hyseni7-Aug-12 4:23
Kujtim Hyseni7-Aug-12 4:23 
GeneralRe: CheckedChanged doesn't fires Pin
bVagadishnu7-Aug-12 7:13
bVagadishnu7-Aug-12 7:13 
QuestionPerpetual Pop Up associated with application, not page Pin
toltec776-Aug-12 20:03
professionaltoltec776-Aug-12 20:03 
AnswerRe: Perpetual Pop Up associated with application, not page Pin
jkirkerx7-Aug-12 9:09
professionaljkirkerx7-Aug-12 9:09 
GeneralRe: Perpetual Pop Up associated with application, not page Pin
toltec777-Aug-12 11:02
professionaltoltec777-Aug-12 11:02 

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.