1
Answer

i want to get only updated rows from dataTable1from Dataset

smileoftushar

smileoftushar

20y
2k
1
assume that I have a Table1 in Dataset. In this Table1 there are 50 rows. Now I update only 20 rows. How to get only that 20 updated rows from Table1 of Dataset. I don't want all 50 rows but only want that 20 updated rows.
Answers (1)
0
arvind baldaniya
NA 282 13.3k 8y
Not Display Data 
My XAML File
 
<Picker x:Name="City" Title="City" HorizontalOptions="FillAndExpand" BindingContext="{Binding get_Cities}" SelectedIndex="{Binding CitySelectedIndex}" >
</Picker>
 
 
 
 
 
0
Madhanmohan Devarajan
NA 6.5k 471.5k 8y
Your code seems to be fine. Do you have any problem in populating the City dropdown dynamically?