Hello,
i want to know that how to sent the checked values in checkbox to next page.It can do this ?
Hi Tharis,
I think a good option is to have the Id's selected in a text variable separate by a character and on that next screen just split the text.
Regards,
Marcelo
Marcelo Ferreira wrote:
Hi Marcelo,
Amm.. sorry marcelo i don't understand.can you explain me again please ?
Hi,
Marcelo is saying that on submit, you can serialize the options in a string and send to the next page as the value of an input parameter at the destination screen. There you can deserialize and use the values.
Cheers.
Eduardo Jauch wrote:
Hi Eduardo,
I think.I understand you and Marcelo.You mean set values of checked to string set example select id 1 and 3 set id to string "1,3" for sent to next. i understand right ?
Yes thats it.
Marcelo Ferreira , Eduardo Jauch wrote:
Hi Marcelo and Eduardo,
Thank you for anything.
Tharis