Problem with form data after submitting
-
Hi , I was going through an ASP.Net [with VB.Net as code behind] application. The problem with this application is that when a particular page is transfered to another page, the receiving page sometimes get data [using Request.Form] and sometimes not. This form is submitted using javascript. This is inconsistent behaviour. Is this a known issue in ASP.Net?? Any solution for this?
-
Hi , I was going through an ASP.Net [with VB.Net as code behind] application. The problem with this application is that when a particular page is transfered to another page, the receiving page sometimes get data [using Request.Form] and sometimes not. This form is submitted using javascript. This is inconsistent behaviour. Is this a known issue in ASP.Net?? Any solution for this?
giva some code example