Surendra Sharma

Surendra Sharma

Search This Blog

Tuesday, May 4, 2010

To get month name from datetime picker in VB.NET

dim str as string=MonthName(dtpAttendance_Date.Value.Month)

9 comments:

  1. congratulations....

    can we have your gmail please.... we want to contact you... thank you

    ReplyDelete
    Replies
    1. Hi,
      I am checking it after long time. You can reach me at alexksharma@gmail.com

      Delete
  2. suggest ADO.net + sql server 2005 book

    ReplyDelete
    Replies
    1. Pick any Microsoft books. Also http://www.w3schools.com/ has good resources in short and simple.

      Delete
  3. Thank you very much

    ReplyDelete
  4. query to display the month wise records from the database, i want to display monthly attendance details of employees.. how to do this ? and the logindatetime is the fieldname from which the value is coming from datetimepicker.. i am not getting how to get the month from it .. i dont have any separate fields for day, month, year

    ReplyDelete
  5. its a project in c# windows application

    ReplyDelete