2
Answers

How we can find(search) a record in C# using sql server 2000

PAWAN SINGH

PAWAN SINGH

16y
8.6k
1

How we can find(search) a record in C# using sql server 2000

How we can find(search) a record in C# using sql server 2000.
like when we select the user id then show all the record in c# form.
if anybody have a solution plz forward it.
plese give the code in C#
plz give the code immedietly
Answers (2)
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?