|
I'm not retarted, but I feel like it and that's why I feel this is a "beginner's" question. I'm having some issues trying to create a simple intranet appointment calendar.
Basically, a user has to select a time for the beginning of this appointment and then select the end time. I am using listboxes (one for each selection) and would like to make sure the beginning time does not begin before the ending time or vice versa. What is the best way to approach this?
I've attempted to use the CompareValidator, but it doesn't seem to work, and I don't even know if this is the right one to use.
I don't think I need to post any code since this is a conceptual/design question, but I will if it's deemed necessary. I have a couple of other features to finish up on my project, so I'll continue on them until I get something in my head for this particular solution.
I'm just looking for direction, not someone else's work. I'm using ASP.NET with C# 3.5 on Visual Studio 2008.
Thanks in advance!
|