Events Calendar

saxe

New member
Joined
Oct 20, 2004
Messages
2
Programming Experience
3-5
Hello,

I wonder if anyone knows. I have developed a recurring events calendar in vb.net, but I need to enter duplicate values in the form until it shows up in the day render of the calendar, until there is a duplicate value of a a recurring event. Then they all show up just fine. The thing is that it does not want to display the single values until this happens. The calendar uses a SqlDataReader for this to happen, and by using a grid, or looking at the values in query analyzer it shows up just fine.

Any ideas?

Thanks..
 
Problem solved

Never mind. I got it figured out.
saxe said:
Hello,

I wonder if anyone knows. I have developed a recurring events calendar in vb.net, but I need to enter duplicate values in the form until it shows up in the day render of the calendar, until there is a duplicate value of a a recurring event. Then they all show up just fine. The thing is that it does not want to display the single values until this happens. The calendar uses a SqlDataReader for this to happen, and by using a grid, or looking at the values in query analyzer it shows up just fine.

Any ideas?

Thanks..
 
Back
Top