Hello Mike,
From your description, you have an ASP.NET page which has two dropdownlists
and they'll display two month values and you want to make one list's
selected month 1 month behind another(start and end), correct?
As for this scenario, I think it is a typical dropdownlist synchornize
issue, I'm wondering how would like to implement the synchronizing between
the two values, use server-side code logic or client-side script?
Generally, most page will use client script to manipulate such cascading
value changes in associated dropdownlists. you can hook the
dropdownlist(<select> html element)'s client-side "onchange" event. BTW,
are the months items in each list fixed? For example, both of the list only
contains 12 months(items)? If so, you can even use selectedIndex value to
determine how to adjust each list's selected value.
Please feel free to let me know your detailed scenario and requirement.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.