Nebie - want to do something like Outlook's calender

  • Thread starter Thread starter K.K.
  • Start date Start date
K

K.K.

Hi all,

I'm wondering is it possible to retrieve (or save) data from database and
display it in a calender format? If it can be done can you post a sample
code or point me to some web site with tutorial/exapmle? Thanks~

K.K
 
Hi
You can use a calendar control (a standard .net control ), put your data
on in. then you can use and database engine to store your data into the
database ( you will use provider depending on the database that you will
use . so you can look at the job that you want to achieve as two tasks both
of them on its own is very comma and very mostly used . you can find many
online example on reading and wrting to database from vb.net or using the
calendar control . whoever I couldn't find one that use both . check these
close examples whoever,
http://www.codeproject.com/vb/net/dwDatePickerArticle.asp

http://www.c-sharpcorner.com/Code/2003/July/ASPNetCalendarControl.asp
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top