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

  • Status: Closed
  • Prize: $10
  • Entries Received: 5
  • Winner: AndyZo

Contest Brief

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.

}

Recommended Skills

Employer Feedback

“very Good and cooperative”

Profile image waelit, Qatar.

Top entries from this contest

View More Entries

Public Clarification Board

  • xwellingtonx
    xwellingtonx
    • 6 years ago

    Please check entry #3 . Thanks.

    • 6 years ago
  • MohamadMaher
    MohamadMaher
    • 6 years ago

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

    • 6 years ago
  • thomask2907
    thomask2907
    • 6 years ago

    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 years ago

How to get started with contests

  • Post your contest

    Post Your Contest Quick and easy

  • Get tons of entries

    Get Tons of Entries From around the world

  • Award the best entry

    Award the best entry Download the files - Easy!

Post a Contest Now or Join us Today!