Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
QuestionHow to get only numbers from string ? Pin
goldsoft2-Aug-15 21:14
goldsoft2-Aug-15 21:14 
AnswerRe: How to get only numbers from string ? Pin
OriginalGriff2-Aug-15 21:31
mveOriginalGriff2-Aug-15 21:31 
AnswerRe: How to get only numbers from string ? Pin
Avinash Kr Singh5-Aug-15 1:01
Avinash Kr Singh5-Aug-15 1:01 
Questionreference to office interop in Visual Studio express 2015 Pin
Member 118792652-Aug-15 10:08
Member 118792652-Aug-15 10:08 
AnswerRe: reference to office interop in Visual Studio express 2015 Pin
Brisingr Aerowing2-Aug-15 14:57
professionalBrisingr Aerowing2-Aug-15 14:57 
QuestionHOW Make data grid view in WPF Pin
Member 118797551-Aug-15 23:57
Member 118797551-Aug-15 23:57 
AnswerRe: HOW Make data grid view in WPF Pin
Mycroft Holmes2-Aug-15 0:13
professionalMycroft Holmes2-Aug-15 0:13 
AnswerRe: HOW Make data grid view in WPF Pin
Afzaal Ahmad Zeeshan2-Aug-15 6:50
professionalAfzaal Ahmad Zeeshan2-Aug-15 6:50 
Many ways, the best one (IMO) is already shared in first reply. Other ways include using C# code,

C#
DataGrid dGrid = new DataGrid(); 
// Add dGrid to your main control, StackPanel or Grid or Window


Other than that, you can also write the XAML markup in your code.

XML
<DataGrid Name="dGrid" />


These methods are used to create a DataGrid. Then you need to pass the data as a value for ItemsSource property to actually render the values in it.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionDocument editor in C# universal app Pin
Super Lloyd1-Aug-15 3:11
Super Lloyd1-Aug-15 3:11 
AnswerRe: Document editor in C# universal app Pin
BillWoodruff1-Aug-15 10:13
professionalBillWoodruff1-Aug-15 10:13 
GeneralRe: Document editor in C# universal app Pin
Super Lloyd1-Aug-15 16:24
Super Lloyd1-Aug-15 16:24 
AnswerRe: Document editor in C# universal app Pin
Richard Deeming3-Aug-15 2:37
mveRichard Deeming3-Aug-15 2:37 
GeneralRe: Document editor in C# universal app Pin
Super Lloyd3-Aug-15 3:18
Super Lloyd3-Aug-15 3:18 
QuestionTrying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd1-Aug-15 1:03
Super Lloyd1-Aug-15 1:03 
AnswerRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing1-Aug-15 16:37
professionalBrisingr Aerowing1-Aug-15 16:37 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd1-Aug-15 20:21
Super Lloyd1-Aug-15 20:21 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing2-Aug-15 14:58
professionalBrisingr Aerowing2-Aug-15 14:58 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Super Lloyd2-Aug-15 17:01
Super Lloyd2-Aug-15 17:01 
GeneralRe: Trying to write a PCL (Universal, .NET4.5) library Pin
Brisingr Aerowing3-Aug-15 6:48
professionalBrisingr Aerowing3-Aug-15 6:48 
Questionnew to C#, I need some help Pin
bgboy1231-Jul-15 19:04
bgboy1231-Jul-15 19:04 
AnswerRe: new to C#, I need some help Pin
ardianto8631-Jul-15 19:42
ardianto8631-Jul-15 19:42 
AnswerRe: new to C#, I need some help Pin
OriginalGriff31-Jul-15 22:01
mveOriginalGriff31-Jul-15 22:01 
AnswerRe: new to C#, I need some help Pin
OriginalGriff1-Aug-15 22:54
mveOriginalGriff1-Aug-15 22:54 
AnswerRe: new to C#, I need some help Pin
Richard MacCutchan2-Aug-15 1:09
mveRichard MacCutchan2-Aug-15 1:09 
QuestionConsume ASMX Web Service on SSL from winform Pin
Kindy5231-Jul-15 12:05
Kindy5231-Jul-15 12:05 

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.