3
Answers

how to create a timesheet for an employee in hourly basis

Srinivas Rao

Srinivas Rao

9y
984
1

 I want to create a timesheet by using "asp.net" in hourly basis for an employee.I want to get the timesheet like this,is it possible to create in asp.net Visual C#.

if u have any code Or any idea PLS REPLY. 
 
 In advance
thanku 
 
Answers (3)
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?