-
Calendar control
there's prob an easy answer for this question...
i have a calendar control on my aspx page...when the user selects a date, the page posts back and resets itself to the top...the new "picked" date is still highlighted (as well the values in a couple ddl's on the page), yet it's real annoying to have it reset back to the top of the page...
can i fix that in a property somehow, or am i SOL and simply need to put the calendar towards the top of the page so its not an issue?...
any help would be wonderful...
thanx much...Ooogs :confused:
-
Have a look at the SmartNavigation property of pages:
http://www.aspalliance.com/aspxtreme...avigation.aspx
alternativley use an anchor tag just above the calendar.
hope this helps,
Alex