Server tags not working inside asp controls
问题 Alrighty to make this quick: I want to set start and end dates for a calendar extender dynamically on-change or on page load the values are put into hidden fields on the .ascx and populated during page load in an if not postback one set of calendar extenders is in the item template field of a grid view call this set A the others are in a normal html table - set b set a and set b have flags StartDate="<%# hfStart.value%>" EndDate="<%# hfEnd.value%>" set a in the item template of a grid view