B
Brian Slack
Hi
In CreateChildControls I create a table and give each row an id based on the
record number from a db i.e.
trTwo.ID = "tq" & myRecordSet("QuestionId").ToString
However when it is rendered on the page when the custom control is in a
master page scenario the id is ctl_whatever_someotherjunk_tq1
When is the id changed from what I designed it to be (and if you can tell me
why)
Brian
In CreateChildControls I create a table and give each row an id based on the
record number from a db i.e.
trTwo.ID = "tq" & myRecordSet("QuestionId").ToString
However when it is rendered on the page when the custom control is in a
master page scenario the id is ctl_whatever_someotherjunk_tq1
When is the id changed from what I designed it to be (and if you can tell me
why)
Brian