Hello,
For the project I'm currently working on I need to show the subject and underneath the description.
I have looked at your examples and I have done it this way :
(I know the labels aren't necessary but I tried to align it).
This works fine but the things is I want different appointment information in different views.
Like say this is for the dayview but for the weekview I would only need the subject to show.
How can I manage that since there is no if/else in ASP.NET.
Maybe in the code behind??
Also another question :
is it possible to show subject and underneath it description aligned to the left.
and in the right upper corner some other info like the creator or owner or something like that?
Or align the subject to the middle?
Byee Vishaal
P.S. Your examples only show asp.net with code behind like databinding. Maybe its usefull to show some code behind like how to use a sql query and/or insert an appointment from code behind.