Hi Just a quick question
i need to create a type of data enabled Calender control/schedular
each day will be populated by a data source sql table
the layout is some thing like below , DTA = data populated from a datasource
Items-Mon-Tue-Wed-Thu-Fri-Sat-Sun
Item1-DTA-DTA- -DTA-DTA-DTA
Item2-DTA-DTA- DTA-DTA-DTA-DTA
Item3-DTA-DTA- -DTA-DTA-DTA
if you select a date ie MON in item2 i should be able to edit the data and save it back to the database
are their any controls that can help me achive this
i was thinking calender control or maybe datalist is it feesable