Hello Friends,
I have list box and grid view on screen. on selection of list box item, value of selected item gets added into grid view through java script.
Now I want to generate the XML string of values from grid view, and pass the xml string to another screen as Session value.
How Can we do this?
I had tried but I have faced following problem.
1. I have added values into grid view by using java script, that’s why I didn’t get these values at server side.(I think whenever values are added into gird view through java script, view state is not updated.)
Let me know if there is any solution to this problem.
Thank you
Amit Jain
I have list box and grid view on screen. on selection of list box item, value of selected item gets added into grid view through java script.
Now I want to generate the XML string of values from grid view, and pass the xml string to another screen as Session value.
How Can we do this?
I had tried but I have faced following problem.
1. I have added values into grid view by using java script, that’s why I didn’t get these values at server side.(I think whenever values are added into gird view through java script, view state is not updated.)
Let me know if there is any solution to this problem.
Thank you
Amit Jain
Comment