Convert simple code from c# to ASP.NET C#

  • Statusi: Closed
  • Çmimi: $10
  • Kandidaturat e marra: 5
  • Fituesi: AndyZo

Përmbledhja e konkursit

I use MonthCalender in c# desktop App. Now i want to use calender in ASP.net (c#).
I want calender to do the same function which MonthCalender does in desktop App
-----------
This is my desktop code which i want to convert to asp.net c#

Function to load date from datagridview and:
1- add bold in calender to dates in first column in gridview.
2- Min and max dates based on gridviewdates.

loadDate()
for (int i = 0; i < dataGridView1.Rows.Count; i++)
{
monthCalendar1.AddBoldedDate(Convert.ToDateTime(dataGridView1.Rows[i].Cells[1].Value));
}
monthCalendar1.UpdateBoldedDates();

monthCalendar1.MinDate = Convert.ToDateTime(dataGridView1.Rows[0].Cells[1].Value);
monthCalendar1.MaxDate = Convert.ToDateTime(dataGridView1.Rows[dataGridView1.Rows.Count - 1].Cells[1].Value);


3-when click a bolddate in caleder i can get the value of date in textbox.

private void monthCalendar1_DateSelected(object sender, DateRangeEventArgs e)
{
textbox1.text = monthCalendar1.SelectionStart.Date.

}

Aftësi të rekomanduara

Vlerёsimi i punёdhёnёsit

“very Good and cooperative”

Fotoja e profilit waelit, Qatar.

Këndi publik i sqarimeve

  • xwellingtonx
    xwellingtonx
    • 6 vite më parë

    Please check entry #3 . Thanks.

    • 6 vite më parë
  • MohamadMaher
    MohamadMaher
    • 6 vite më parë

    Can you add some images from the desktop app that illustrate its work

    • 6 vite më parë
  • thomask2907
    thomask2907
    • 6 vite më parë

    I didn't understand what you meant by this : 2- Min and max dates based on gridviewdates.
    If you can explain this scenario I might be able to complete the work.

    • 6 vite më parë

Si të fillosh me konkurset

  • Posto konkursin

    Posto konkursin Shpejt dhe thjeshtë

  • Merr shumë propozime

    Merr shumë propozime Nga e gjithë bota

  • Zgjidh kandidaturën më të mirë

    Zgjidh kandidaturën më të mirë Shkarko dokumentet - E thjeshtë!

Postoni një konkurs tani! ose bashkohu me ne sot!