problem in passing parameter
-
hi IS there any other way to Pass parameter from on Page to another page ..without using session or request.querystring
Jintal Patel
-
hi IS there any other way to Pass parameter from on Page to another page ..without using session or request.querystring
Jintal Patel
In ASP.NET 2.0, one page can be posted to other by specifying
PostBackURL
value for the control.
-
In ASP.NET 2.0, one page can be posted to other by specifying
PostBackURL
value for the control.
hi i can't understand what u have explain ..please explain in detail
Jintal Patel
-
hi IS there any other way to Pass parameter from on Page to another page ..without using session or request.querystring
Jintal Patel
u also pass parameter through query string
Piyush Vardhan Singh
-
hi i can't understand what u have explain ..please explain in detail
Jintal Patel
-
hi i can't understand what u have explain ..please explain in detail
Jintal Patel
Jintal Patel wrote:
i can't understand what u have explain ..please explain in detail
Below is the link to get more info regarding Cross page posting(postbackurl) Cross page posting(postbackurl)[^]
Regards, Sandeep Kumar.V