server.transfer
-
I am using server.transfer to take data from one page to the other. I have bunch of text boxes with data and I am transfering to a new page with server.transfer. The problem is I am having a sum textbox in the first page, the contents of which i don't want to transfer. Anybody can help me how to do it..
Raj D
-
I am using server.transfer to take data from one page to the other. I have bunch of text boxes with data and I am transfering to a new page with server.transfer. The problem is I am having a sum textbox in the first page, the contents of which i don't want to transfer. Anybody can help me how to do it..
Raj D
You put that sum in the Session variable. and get this value at the end...
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)