Click here to Skip to main content
15,902,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to change the date format in javascript Pin
Jagz W11-May-09 1:37
professionalJagz W11-May-09 1:37 
AnswerRe: How to change the date format in javascript Pin
Ramesh Swaminathan11-May-09 1:48
Ramesh Swaminathan11-May-09 1:48 
AnswerRe: How to change the date format in javascript Pin
Yusuf11-May-09 4:07
Yusuf11-May-09 4:07 
QuestionI get the Exception "Thread is being aborted" Pin
Subin Alex11-May-09 1:14
Subin Alex11-May-09 1:14 
AnswerRe: I get the Exception "Thread is being aborted" Pin
Yusuf11-May-09 1:22
Yusuf11-May-09 1:22 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Subin Alex11-May-09 1:35
Subin Alex11-May-09 1:35 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Colin Angus Mackay11-May-09 3:01
Colin Angus Mackay11-May-09 3:01 
GeneralRe: I get the Exception "Thread is being aborted" Pin
Yusuf11-May-09 4:03
Yusuf11-May-09 4:03 
Colin Angus Mackay wrote:
See also the answer I gave here[^]

try{ // My code that does a redirect}catch(ThreadAbortException){ throw; // Continue throwing the ThreadAbortException}catch(Exception ex){ // Catch any other type of exception and handle the error.}



That is interesting, but I am not sure how it will work though.

In my code I use expensively try/catch. Then I have have catch all basin at the application level. Any unhandled exception will end up at the catch basin. If you rethrow the ThreadAbortException doesn't it get bubbled up. Don't you want to eat that exception?


GeneralRe: I get the Exception "Thread is being aborted" Pin
Colin Angus Mackay11-May-09 6:02
Colin Angus Mackay11-May-09 6:02 
QuestionOverriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 1:00
Paul Hennessey11-May-09 1:00 
AnswerRe: Overriding __doPostBack in ListView Pin
Yusuf11-May-09 1:27
Yusuf11-May-09 1:27 
GeneralRe: Overriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 1:52
Paul Hennessey11-May-09 1:52 
GeneralRe: Overriding __doPostBack in ListView Pin
Yusuf11-May-09 4:20
Yusuf11-May-09 4:20 
GeneralRe: Overriding __doPostBack in ListView Pin
Paul Hennessey11-May-09 7:31
Paul Hennessey11-May-09 7:31 
QuestionXML and Database Pin
ais0711-May-09 0:52
ais0711-May-09 0:52 
AnswerRe: XML and Database Pin
Vimalsoft(Pty) Ltd11-May-09 1:10
professionalVimalsoft(Pty) Ltd11-May-09 1:10 
QuestionCheckboxes for Parent and Child in Treeview Pin
meeram39511-May-09 0:51
meeram39511-May-09 0:51 
Questionis it possible to have two asp.net 3.5 sites with unique urls on the same host that use one ms-sql database? Pin
taltultc11-May-09 0:30
taltultc11-May-09 0:30 
AnswerRe: is it possible to have two asp.net 3.5 sites with unique urls on the same host that use one ms-sql database? Pin
Vimalsoft(Pty) Ltd11-May-09 1:04
professionalVimalsoft(Pty) Ltd11-May-09 1:04 
QuestionCrystal Reports [modified] Pin
SelvaShankar11-May-09 0:06
SelvaShankar11-May-09 0:06 
AnswerRe: Crystal Reports Pin
N a v a n e e t h11-May-09 0:25
N a v a n e e t h11-May-09 0:25 
GeneralRe: Crystal Reports Pin
SelvaShankar11-May-09 1:01
SelvaShankar11-May-09 1:01 
QuestionTreeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh10-May-09 23:56
Krishhhhhhhhhhhhhh10-May-09 23:56 
AnswerRe: Treeview Expand and Collapse Pin
specialdreamsin11-May-09 18:54
specialdreamsin11-May-09 18:54 
GeneralRe: Treeview Expand and Collapse Pin
Krishhhhhhhhhhhhhh11-May-09 19:12
Krishhhhhhhhhhhhhh11-May-09 19:12 

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.