Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: RE: Nice head breaker...


Message #1 by "Salvador Gallego" <salvito@h...> on Tue, 4 Jun 2002 16:46:10
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.

  Return to Index