Web Connection 5.0
Variable Reference in Repeater
10/05/2008
08:45:20 PM
2HB18HJKR Show this entire thread in new window
From:
Jim Day
To:
All
Attachments:
None

To pull the values on a drop down list within an "If" statement
I need to use the second command below instead of what I would use without the "IF" statement.

*lcActiveID = this.RepPlayer.UniqueId+ "_cboTeam_"+TRANSFORM(lnx)
lcActiveID = this.RepPlayer.UniqueId+ "_CTL0066_"+TRANSFORM(lnx)+"_cboTeam"

The question is how do I know what number to use? (I pulled page variables into laVars to figure it out)

Will the CTL0066 change if I make changes to the page.

Thanks,

Jim