Click here to Skip to main content
16,013,933 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
jhyn26-Jul-07 22:40
jhyn26-Jul-07 22:40 
JokeRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
Luc Pattyn27-Jul-07 4:50
sitebuilderLuc Pattyn27-Jul-07 4:50 
JokeRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
Brady Kelly27-Jul-07 4:54
Brady Kelly27-Jul-07 4:54 
QuestionPermissions for control hosted in Internet Explorer Pin
AlwiNus26-Jul-07 7:29
AlwiNus26-Jul-07 7:29 
QuestionPath.GetFiles - Searching for Multiple File Types Pin
SamM26-Jul-07 3:30
SamM26-Jul-07 3:30 
AnswerRe: Path.GetFiles - Searching for Multiple File Types Pin
Dave Kreskowiak26-Jul-07 6:41
mveDave Kreskowiak26-Jul-07 6:41 
GeneralRe: Path.GetFiles - Searching for Multiple File Types Pin
SamM26-Jul-07 6:43
SamM26-Jul-07 6:43 
QuestionObjectDataSource - retrieve return value of a function call Pin
Santiago Perez26-Jul-07 2:44
Santiago Perez26-Jul-07 2:44 
I have the following signature for my Insert on a custom class:
public iCustomException Insert(Person Person)
{
iCustomException oCE = null;
CommitOutcome oCO = Person.Commit(Person.Current_Src_UID, Person.Current_Src_ID, ref oCE);
return oCE;
}


My question is there a way to retrieve the return value of this function call through the ObjectDataSOurce either by Parameters or some other way? The returned object is a class that derives from Exception and tells me if there was an error during the call and what the specifics are about the error.

Any help is greatly appreciated



Regards,
Santiago "Saint" Perez
Florida's Turnpike Enterprise - Santiago.perez@dot.state.fl.us

AnswerRe: ObjectDataSource - retrieve return value of a function call Pin
kubben27-Jul-07 2:18
kubben27-Jul-07 2:18 
QuestionHow to create a project on VS 2005 with .net 1.0 Pin
mercenary0125-Jul-07 23:25
mercenary0125-Jul-07 23:25 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Mike Dimmick26-Jul-07 1:05
Mike Dimmick26-Jul-07 1:05 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Pete O'Hanlon26-Jul-07 3:16
mvePete O'Hanlon26-Jul-07 3:16 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Paul Conrad26-Jul-07 6:49
professionalPaul Conrad26-Jul-07 6:49 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
originSH26-Jul-07 22:51
originSH26-Jul-07 22:51 
QuestionRegarding CLR Execution in .NET Pin
Shyam K Pananghat25-Jul-07 20:47
Shyam K Pananghat25-Jul-07 20:47 
AnswerRe: Regarding CLR Execution in .NET Pin
Brady Kelly25-Jul-07 22:17
Brady Kelly25-Jul-07 22:17 
AnswerRe: Regarding CLR Execution in .NET Pin
Mike Dimmick26-Jul-07 2:02
Mike Dimmick26-Jul-07 2:02 
GeneralRe: Regarding CLR Execution in .NET Pin
Luc Pattyn26-Jul-07 7:13
sitebuilderLuc Pattyn26-Jul-07 7:13 
GeneralRe: Regarding CLR Execution in .NET Pin
Shyam K Pananghat26-Jul-07 20:57
Shyam K Pananghat26-Jul-07 20:57 
Questionhow to create setup file for a sql server 2000 database project in vb.net Pin
bonny02022725-Jul-07 6:56
bonny02022725-Jul-07 6:56 
AnswerRe: how to create setup file for a sql server 2000 database project in vb.net Pin
Paul Conrad25-Jul-07 11:51
professionalPaul Conrad25-Jul-07 11:51 
QuestionForm with no titlebar Pin
kaleem tarar25-Jul-07 6:39
kaleem tarar25-Jul-07 6:39 
AnswerRe: Form with no titlebar Pin
Luc Pattyn25-Jul-07 8:22
sitebuilderLuc Pattyn25-Jul-07 8:22 
GeneralRe: Form with no titlebar Pin
Paul Conrad25-Jul-07 9:02
professionalPaul Conrad25-Jul-07 9:02 
GeneralRe: Form with no titlebar Pin
kaleem tarar25-Jul-07 10:50
kaleem tarar25-Jul-07 10:50 

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.