Click here to Skip to main content
15,799,491 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF: GroupBox background Image Pin
Hervend9-Mar-18 0:24
Hervend9-Mar-18 0:24 
GeneralRe: WPF: GroupBox background Image Pin
Hervend9-Mar-18 3:31
Hervend9-Mar-18 3:31 
AnswerRe: WPF: GroupBox background Image Pin
Leif Simon Goodwin8-Mar-18 23:47
Leif Simon Goodwin8-Mar-18 23:47 
AnswerRe: WPF: GroupBox background Image Pin
Leif Simon Goodwin8-Mar-18 23:49
Leif Simon Goodwin8-Mar-18 23:49 
GeneralRe: WPF: GroupBox background Image Pin
Hervend9-Mar-18 0:13
Hervend9-Mar-18 0:13 
GeneralRe: WPF: GroupBox background Image Pin
Leif Simon Goodwin9-Mar-18 1:38
Leif Simon Goodwin9-Mar-18 1:38 
QuestionPassing table value params to Sql Server from WPF app Pin
Christopher Duncan5-Mar-18 8:58
Christopher Duncan5-Mar-18 8:58 
AnswerRe: Passing table value params to Sql Server from WPF app Pin
Richard Deeming5-Mar-18 9:23
mveRichard Deeming5-Mar-18 9:23 
ADO.NET is ADO.NET; there's no difference whether you're calling it from ASP.NET, WPF, or a console application.

If it works in your ASP.NET application, but not in your WPF application, then there's a difference in the code which you haven't shown. For example, verify that Command is a SqlCommand instance, and not some other type.

NB: You can replace your Type.GetType calls with the typeof keyword[^]:
C#
tvp.Columns.Add(new DataColumn("Id", typeof(int)));




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Passing table value params to Sql Server from WPF app Pin
Christopher Duncan5-Mar-18 12:03
Christopher Duncan5-Mar-18 12:03 
GeneralRe: Passing table value params to Sql Server from WPF app Pin
Richard Deeming5-Mar-18 13:35
mveRichard Deeming5-Mar-18 13:35 
GeneralRe: Passing table value params to Sql Server from WPF app Pin
Christopher Duncan6-Mar-18 1:43
Christopher Duncan6-Mar-18 1:43 
GeneralRe: Passing table value params to Sql Server from WPF app Pin
Christopher Duncan6-Mar-18 2:23
Christopher Duncan6-Mar-18 2:23 
GeneralRe: Passing table value params to Sql Server from WPF app Pin
Richard Deeming6-Mar-18 2:29
mveRichard Deeming6-Mar-18 2:29 
GeneralRe: Passing table value params to Sql Server from WPF app Pin
Christopher Duncan6-Mar-18 2:32
Christopher Duncan6-Mar-18 2:32 
QuestionScrollbars Not Enabling Pin
Kevin Marois1-Mar-18 6:52
professionalKevin Marois1-Mar-18 6:52 
AnswerRe: Scrollbars Not Enabling Pin
Gerry Schmitz2-Mar-18 10:59
mveGerry Schmitz2-Mar-18 10:59 
QuestionHighlight Searched Text with ListView in WPF Pin
Member 1313673327-Feb-18 15:17
Member 1313673327-Feb-18 15:17 
AnswerRe: Highlight Searched Text with ListView in WPF Pin
Richard MacCutchan27-Feb-18 22:26
mveRichard MacCutchan27-Feb-18 22:26 
AnswerRe: Highlight Searched Text with ListView in WPF Pin
Gerry Schmitz28-Feb-18 8:53
mveGerry Schmitz28-Feb-18 8:53 
QuestionWPF memory leak BitmapImage Pin
Leif Simon Goodwin21-Feb-18 2:53
Leif Simon Goodwin21-Feb-18 2:53 
AnswerRe: WPF memory leak BitmapImage Pin
#realJSOP22-Feb-18 2:32
mve#realJSOP22-Feb-18 2:32 
GeneralRe: WPF memory leak BitmapImage Pin
Leif Simon Goodwin22-Feb-18 6:30
Leif Simon Goodwin22-Feb-18 6:30 
AnswerRe: WPF memory leak BitmapImage Pin
MadMyche22-Feb-18 5:09
professionalMadMyche22-Feb-18 5:09 
GeneralRe: WPF memory leak BitmapImage Pin
Leif Simon Goodwin22-Feb-18 6:31
Leif Simon Goodwin22-Feb-18 6:31 
GeneralRe: WPF memory leak BitmapImage Pin
MadMyche22-Feb-18 9:31
professionalMadMyche22-Feb-18 9:31 

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.