Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/11/2008, 10:34
gabrish80
 
Fecha de Ingreso: noviembre-2008
Mensajes: 6
Antigüedad: 16 años, 6 meses
Puntos: 0
Capturar un campo de texto que traiga contador

Que tal tengo un problema tengo una tabla dinamica que asu ves trae un check box y un input estos tienen su nombre mas el contador que uso el contador se llama Repeat1__index.

nombre del check box:
name="<%=("seleccion" & Repeat1__index )%>"

nombre del input:
name="<%=("motivo" & Repeat1__index )%>"

Entonces cuando lo envio el submit a una pagina llamadar delrelacion.asp
no me pinta nada

A si lo tengo:
1-Intentandolo por metodo post:

costos=request.form("seleccion"&Repeat1__index)
response.Write(costos)

motiv= request.form("motivo"&Repeat1__index)
response.Write(motiv)



2 Intentadolo por metodo get

motiv= request.Querystring("seleccion"&Repeat1__index)
response.Write(motiv)

motiv= request.Querystring("motivo"&Repeat1__index)
response.Write(motiv)

espero me puedan ayudar
saludos