Z
Zamael
Does anyone know how I would go about doing this? I've tried numerous
things... but none seem to work. Here's some code of what I've done:
I'm trying to retrieve these label values:
Dim FVProdPartNum As Label =
CType(frmProduct.FindControl("lblProdPartNum"), Label)
Dim FVProdDesc As Label = CType(frmProduct.FindControl("lblProdDesc"),
Label)
Dim FVProdPrice As Label =
CType(frmProduct.FindControl("lblProdPrice"), Label)
Those labels reside in a nested repeater. I've also tried it without
the CType.
Any help would be much appreciated. Thanks!
things... but none seem to work. Here's some code of what I've done:
I'm trying to retrieve these label values:
Dim FVProdPartNum As Label =
CType(frmProduct.FindControl("lblProdPartNum"), Label)
Dim FVProdDesc As Label = CType(frmProduct.FindControl("lblProdDesc"),
Label)
Dim FVProdPrice As Label =
CType(frmProduct.FindControl("lblProdPrice"), Label)
Those labels reside in a nested repeater. I've also tried it without
the CType.
Any help would be much appreciated. Thanks!