Click here to Skip to main content
16,011,578 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AJAX in asp.net Pin
Christian Graus18-Mar-09 19:57
protectorChristian Graus18-Mar-09 19:57 
Question[Not a question]ASP.Net MVC 1.0 released Pin
ABitSmart18-Mar-09 17:36
ABitSmart18-Mar-09 17:36 
AnswerRe: [Not a question]ASP.Net MVC 1.0 released Pin
rajmca.g18-Mar-09 18:59
rajmca.g18-Mar-09 18:59 
AnswerRe: [Not a question]ASP.Net MVC 1.0 released Pin
Abhijit Jana18-Mar-09 19:12
professionalAbhijit Jana18-Mar-09 19:12 
GeneralRe: [Not a question]ASP.Net MVC 1.0 released Pin
rajmca.g18-Mar-09 19:16
rajmca.g18-Mar-09 19:16 
Questionpdf manipulation module Pin
RedGearTooner18-Mar-09 13:05
RedGearTooner18-Mar-09 13:05 
AnswerRe: pdf manipulation module Pin
Jerry.Wang18-Mar-09 14:01
Jerry.Wang18-Mar-09 14:01 
Questioncustom SoapException - properties not set as expected? Pin
Member 391904918-Mar-09 12:09
Member 391904918-Mar-09 12:09 
I'm throwing a new SoapException from a web service using the following constructor arguments:

string message,
XmlQualifiedName code,
Exception innerException

When the SoapException is thrown (and then caught by the client), I am accessing the Code property and the value is there as expected.

However, the Message and InnerException properties do not appear to have the values that I expect.

The Message property displays the full stack trace including the SoapException and inner exception. However, I'm passing a message parameter into the custom SoapException of: "MyWebService failed to insert the record." This message is included towards the beginning of the stack trace returned by the property but based on the SoapException constructor parameter name, I would expect that the Message property would have a value of "MyWebService failed to insert the record."

Also, when the custom SoapException is caught by the client, the InnerException property is null, even though I'm passing the inner exception as a third parameter to the constructor of the custom SoapException.

So am I doing something wrong or does .NET not construct custom SoapExceptions quite as expected?
QuestionWebService Pin
kenexcelon18-Mar-09 10:06
kenexcelon18-Mar-09 10:06 
QuestionFile cache dependency not clearing when xml file changes. Pin
Steve Holdorf18-Mar-09 9:26
Steve Holdorf18-Mar-09 9:26 
AnswerRe: File cache dependency not clearing when xml file changes. Pin
Steve Holdorf18-Mar-09 9:56
Steve Holdorf18-Mar-09 9:56 
Questionobject caching in webservice Pin
dd31415918-Mar-09 9:19
dd31415918-Mar-09 9:19 
AnswerRe: object caching in webservice Pin
ToddHileHoffer18-Mar-09 10:05
ToddHileHoffer18-Mar-09 10:05 
GeneralRe: object caching in webservice Pin
dd31415918-Mar-09 10:15
dd31415918-Mar-09 10:15 
GeneralRe: object caching in webservice Pin
ToddHileHoffer18-Mar-09 10:23
ToddHileHoffer18-Mar-09 10:23 
GeneralRe: object caching in webservice Pin
dd31415918-Mar-09 11:05
dd31415918-Mar-09 11:05 
QuestionFireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. [modified] Pin
Bill Lawton18-Mar-09 7:30
Bill Lawton18-Mar-09 7:30 
QuestionRe: Able to stop FireFox loading pages twice. Any thoughts as to why? Pin
Bill Lawton18-Mar-09 9:55
Bill Lawton18-Mar-09 9:55 
AnswerRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
rajmca.g18-Mar-09 19:50
rajmca.g18-Mar-09 19:50 
AnswerRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
JacquesDP18-Mar-09 22:22
JacquesDP18-Mar-09 22:22 
GeneralRe: FireFox loading my pages twice. No Images exist, AutoEventWireup is false - Code included. Pin
Bill Lawton19-Mar-09 5:50
Bill Lawton19-Mar-09 5:50 
Questionon the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance18-Mar-09 6:54
Herman<T>.Instance18-Mar-09 6:54 
AnswerRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
tech60318-Mar-09 13:59
tech60318-Mar-09 13:59 
GeneralRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance19-Mar-09 2:46
Herman<T>.Instance19-Mar-09 2:46 
GeneralRe: on the fly adding DataFormatString to a TableCell in a GridView Pin
Herman<T>.Instance19-Mar-09 5:29
Herman<T>.Instance19-Mar-09 5:29 

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.