I have done a project that allows the user to input the number of textbox they want. After the number is typed in the textbox it displays number of textbox according to the input was given. I have also created the number of labels to another page according to the current page. But i could not get the values of all those textboxex to another page through session.
Can anybody help me.
thakns
prasanna
Loading
prasanna shahPosted May 9, 2011, 12:02 PM
Amit ChoudharyPosted May 9, 2011, 12:50 AM
Hint: you can put a special prefix in the textboxes names and iterated through all the forms controls and put a condition to check the prefix.
store all the values in the collection like Dictionary or hashtable and save it in session. and retrieve the values in next page and show them in label.
Hope this make sense to you.
Thanks