helpful video , thanks for taking the time to explain it detail
@akbar123ish9 жыл бұрын
Thanks brother. Really saved ma time :D
@Sunnybl70710 жыл бұрын
best viewed by speeding up to 2X.....
@gasletel11 жыл бұрын
Do you have your code posted some where so we can download it?
@isacjoe11 жыл бұрын
hello, Im new in WPF C#, may I ask that how should I set the dbConnectionString if I am using Visual Studio built in database?
@KJ400010 жыл бұрын
Click your database, and under properties you will see connetion string, copy this into your connection string.
@KJ400010 жыл бұрын
Kenneth Jørgensen Also i will advice you to not use SQlite if you can (it does come with some restrictions.
@harrypatel40309 жыл бұрын
Gr8 Job but When Do you Update WPF tutorial in Visual Studio Express 2015?
@Baggless4 жыл бұрын
you just adding plain text to the combobox ? u can't use it later on.
@TarunJakz10 жыл бұрын
Hello ProgrammingKnowledge i have linked combobox with items in code-behind page C#. eg. 0. Mumbai 1. Nashik 2. Delhi 3. Pune and set combobox.SelectedIndex = 0; so that first item will always be selected. but i have a issued that when i select combobox value in it repeats itself on selection changed event. Eg. When i select combobox it represent as Mumbai Mumbai Nashik Delhi Pune how i can solve this ?