Hi,
I am doing a project in ASP.., in which i m including Customers name..I m asked to store customers name in Session variable..& then i m including customers name in the next page..i.e passing the customer name from 1st page to second page..But watever customer name i write...the entire name is not written to the next page...but only the name till space
e.g if i write name as::
Xyz Pqr
It print only Xyz to the next page..
But the entire name Xyz Pqr is written into the session variable...
Then y is it not printed entirely in the text box...
Thanx in Advance !
I am doing a project in ASP.., in which i m including Customers name..I m asked to store customers name in Session variable..& then i m including customers name in the next page..i.e passing the customer name from 1st page to second page..But watever customer name i write...the entire name is not written to the next page...but only the name till space
e.g if i write name as::
Xyz Pqr
It print only Xyz to the next page..
But the entire name Xyz Pqr is written into the session variable...
Then y is it not printed entirely in the text box...
Thanx in Advance !
Comment