Click here to Skip to main content
16,006,355 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAsynchronous calls B/W two .NET objects Pin
Sathiyaraj Ganesan13-May-07 22:15
Sathiyaraj Ganesan13-May-07 22:15 
AnswerRe: Asynchronous calls B/W two .NET objects Pin
Sathesh Sakthivel13-May-07 22:56
Sathesh Sakthivel13-May-07 22:56 
GeneralRe: Asynchronous calls B/W two .NET objects Pin
badgrs14-May-07 3:25
badgrs14-May-07 3:25 
QuestionWinNT 2003 Server problem. [modified] Pin
thomasa13-May-07 22:12
thomasa13-May-07 22:12 
QuestionHow do I access My Project's properties?? Pin
Nada Adel13-May-07 22:04
Nada Adel13-May-07 22:04 
AnswerRe: How do I access My Project's properties?? Pin
Blumen14-May-07 20:57
Blumen14-May-07 20:57 
QuestionReport Viewer Error, Plz help Pin
imshally8113-May-07 21:39
imshally8113-May-07 21:39 
AnswerRe: Report Viewer Error, Plz help Pin
Sathesh Sakthivel13-May-07 23:01
Sathesh Sakthivel13-May-07 23:01 
To catch the exception, enclose the line within a try/catch block and get the InnerException:
Try with this code and catch the exception
try<br />
{<br />
   MyForm.Invoke(MyForm.MyDelegate, new Object[] { someParameter });<br />
}<br />
catch (Exception ex) <br />
{<br />
   MessageBox.Show(ex.InnerException.Message);<br />
}


Regards,

Satips.

Questiondisable going to previous page after using response.redirect to transfer values [modified] Pin
Milan_Croatia13-May-07 21:02
Milan_Croatia13-May-07 21:02 
AnswerRe: disable going to previous page after using response.redirect to transfer values Pin
Christian Graus13-May-07 23:30
protectorChristian Graus13-May-07 23:30 
GeneralRe: disable going to previous page after using response.redirect to transfer values Pin
Milan_Croatia13-May-07 23:58
Milan_Croatia13-May-07 23:58 
QuestionPurpose and use of the App_data folder Pin
steve_rm13-May-07 20:34
steve_rm13-May-07 20:34 
AnswerRe: Purpose and use of the App_data folder Pin
Christian Graus13-May-07 23:31
protectorChristian Graus13-May-07 23:31 
QuestionUsing master page having hyperlink in it Pin
deep713-May-07 20:23
deep713-May-07 20:23 
AnswerRe: Using master page having hyperlink in it Pin
Sherin Iranimose13-May-07 22:33
Sherin Iranimose13-May-07 22:33 
QuestionRegarding WCFService Pin
Gladston Raj13-May-07 20:06
Gladston Raj13-May-07 20:06 
QuestionSearch By Date Pin
Khan.Bangash13-May-07 19:53
Khan.Bangash13-May-07 19:53 
AnswerRe: Search By Date Pin
Sylvester george13-May-07 20:09
Sylvester george13-May-07 20:09 
GeneralRe: Search By Date Pin
Khan.Bangash13-May-07 20:17
Khan.Bangash13-May-07 20:17 
AnswerRe: Search By Date Pin
GgAben13-May-07 21:55
GgAben13-May-07 21:55 
AnswerRe: Search By Date Pin
Christian Graus13-May-07 23:32
protectorChristian Graus13-May-07 23:32 
GeneralRe: Search By Date Pin
Khan.Bangash13-May-07 23:55
Khan.Bangash13-May-07 23:55 
QuestionHidden Fields Pin
Mkanchha13-May-07 19:07
Mkanchha13-May-07 19:07 
AnswerRe: Hidden Fields Pin
Sherin Iranimose13-May-07 19:18
Sherin Iranimose13-May-07 19:18 
AnswerRe: Hidden Fields Pin
PSK_13-May-07 19:59
PSK_13-May-07 19:59 

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.