Send multiple value
-
how i can send multple integer value in next page ( but i dont want use query string method ) and i want retrive in next page also.. plz send me suitable idea.. how i can use.. i hav arround 30 no. of value. thanx in advance virendra Kohli Never Think That You Have Failed Instead Always Think That u hav Better Chance Next Time...
-
how i can send multple integer value in next page ( but i dont want use query string method ) and i want retrive in next page also.. plz send me suitable idea.. how i can use.. i hav arround 30 no. of value. thanx in advance virendra Kohli Never Think That You Have Failed Instead Always Think That u hav Better Chance Next Time...
hi there, u can put all the int values into a hidden textbox (seperate by a delimiter char). then, u can retrive the values in the next page py parsing the string u get from the hidden textbox hope this help...