I have an asp.net page Default1.aspx with 2 text fields and a button. I want to use $.post to pass data from Default1.aspx to Default2.aspx.
My question is how can i do that and then read the values in Default2.aspx?
Note ihave seen the serialize() method but cannot figure how to use it in asp.net context