I'm using this code to generate a ComboBox but on the screen I get " choose an item " I want to change it.
<ComboBox x:Name="Tempso"
HorizontalAlignment="Left"
Height="55"
Margin="70,243,0,0"...
I have this combobox in XAML:
<ComboBox x:Name="Tempos"
HorizontalAlignment="Left"
Height="55"
Margin="90,216,0,0"
VerticalAlignment="Top"
Width="205" SelectionChang...
I am developing an application in .NET Compact for Windows Embedded with C # language and SQL Compact 3.5 database.
The application has 3 columns with several rows, I have 2 columns that show in their rows an information already established i...
I have an application in which I need to embed a Map. I know that the control map is from the toolbox. I just do not know how to change the view of the map depending on the type the user wants. Does anyone know how?
How to display a string search in Windows Phone 8.1?
This is the code I have, with this code it only shows me the type integer .
private async void Btn_buscarUsuario(object sender, RoutedEventArgs
{
var exist...
I have a datagrid and within that datagrid I have 3 columns, 2 of which receive the information from a database and the third one is typed by the user inside those columns I have several rows, what I want to do is that when I select a row that d...
I have been creating an application in Visual Studio 2015 for Windows Phone 8.1 in the C # language. I have created two pages, Main Page and Page 2. When I am in Page 2 and when I clicked the emulator on the back button, I minimized the applicat...
Hi, can anyone by any chance know how to connect to a database of sqlserver through xamarin forms ?
for the android and ios solutions, the sqlconnection of system.data.sqlclient serves me, but for the solution I...