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

  • Статус: Closed
  • Винагорода: $10
  • Надіслані роботи: 5
  • Переможець: AndyZo

Стисле описання конкурсу

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.

}

Рекомендовані навички

Відгук роботодавця

“very Good and cooperative”

Зображення профілю waelit, Qatar.

Публічна роз'яснювальна дошка

  • xwellingtonx
    xwellingtonx
    • 6 роки(ів) тому

    Please check entry #3 . Thanks.

    • 6 роки(ів) тому
  • MohamadMaher
    MohamadMaher
    • 6 роки(ів) тому

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

    • 6 роки(ів) тому
  • thomask2907
    thomask2907
    • 6 роки(ів) тому

    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 роки(ів) тому

Як організувати конкурс

  • Опублікуйте свій конкурс

    Опублікуйте свій конкурс Швидко та просто

  • Отримайте безліч конкурсних робіт

    Отримайте безліч конкурсних робіт З усього світу

  • Оберіть найкращу роботу

    Оберіть найкращу роботу Завантажуйте файли - це просто!

Опублікувати конкурс зараз або приєднуйтесь до нас вже сьогодні!