javascript - How to add controls dynamically on asp.net page and fill it according to previously added controls? -
i developing system going used resource managers of training institute. resource manager schedules batches different skills @ different centers , assign faculties conduct particular batch.
**batches timings 27-jun-11 28-jun-11 29-jun-11 30-jun-11 1-jul-11** mon tue wed fri
center-1 9am 4pm skill1 skill2 skill3 skill4 skill5 batch-1 faculty1 faculty3 faculty1 faculty1 faculty1
center-2 9am 4pm skill4 skill2 skill1 skill3 skill5 batch-2 faculty2 faculty2 faculty2 faculty2 faculty2
center-3 9am 4pm skill1 skill3 skill2 skill4 skill5 batch-3 faculty3 faculty1 faculty3 faculty3 faculty3
resource manager schedules 1 batch particular center week @ once, comes down schedule next batch other center same week.
at time of scheduling batch there dropdownlists batches, centers,skills , faculties. resource manager selects each values dropdownlists.
conditions implement page :
in row : each skill dropdown should not contain skill scheduled in of previous date same batch.
in column : each batch dropdownlist should not contain scheduled batches.
in column : each faculty dropdown should not contain same faculty occupied same date , time.
now confused how implement page can able render , fill each dropdown appropriate values. should use handlers fill dropdownlist dynamically or other jquery/javascript ideas implement this. thankful if sort out.
thanks, aarti
the best option fire validations constraints require upon submit
.
any ways or else if have decided make page dynamic, suggest use javascript/jquery
. using handlers make page take more time on rendering response
on each select
.
here jquery example closer need.
Comments
Post a Comment