I am using querstring to pass names from one page to another. For example if the name is "viswa murthy" it is only showing "viswa" in the querystring. I want to display the full name.

Recommended Answers

All 2 Replies

can u see me ur code? i can solve ur prob.its nt a big issue.

its cause you have spaces
when creating the query string use this

string qs = "viswa murthy";
Server.UrlEncode(qs);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.