aspx thread: RE: Nice head breaker...
Thanks a lot for the answer Feduke Cntr Charles R,
I finally solved it using the following property:
FINDCONTROL,
Using it like this:
dim subctrlEnlacx as string = CType(e.Item.FindControl
("Enlacx"), HtmlInputFile).value
And this is because like I had read on the mdsn tutorials, when you are
using the ediItemTemplate tag, you must use that property to read the
control information. Don't ask me why :-)
Hope it to be useful for somebody,
Greetings from Spain.
Salvador Gallego.