Hi,
im usimg this code to to pass the value from asp to aspx
Response.Write(Request.Form("psno")) ,in the home
not working in another page
i want to write the "psno" in all the form in my application
how can i ?
pls help me
thanks in advance
The first time you get the value from set it in Session variable and then use it through the website
Session("PSNO") = Request.Form("psno")
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.